guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/05: gnu: pixman: Update source URI.


From: guix-commits
Subject: 05/05: gnu: pixman: Update source URI.
Date: Mon, 11 Feb 2019 13:24:28 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit c8b69863eb479c3b9d8a59c2cee3226986e40d02
Author: Marius Bakke <address@hidden>
Date:   Mon Feb 11 16:31:42 2019 +0100

    gnu: pixman: Update source URI.
    
    * gnu/packages/xdisorg.scm (pixman)[source](uri): Use HTTPS.
---
 gnu/packages/xdisorg.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 5f01c8c..52e7edf 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -302,7 +302,7 @@ following the mouse.")
     (source (origin
               (method url-fetch)
               (uri (string-append
-                    "http://cairographics.org/releases/pixman-";
+                    "https://www.cairographics.org/releases/pixman-";
                     version ".tar.gz"))
               (sha256
                (base32



reply via email to

[Prev in Thread] Current Thread [Next in Thread]