guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: cups-filters: Download over HTTPS.


From: Tobias Geerinckx-Rice
Subject: 01/02: gnu: cups-filters: Download over HTTPS.
Date: Sat, 14 Oct 2017 11:47:33 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 96b44a9456c931ac771a6c60bde38aa52838cb7d
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Oct 14 17:23:31 2017 +0200

    gnu: cups-filters: Download over HTTPS.
    
    * gnu/packages/cups.scm (cups-filters)[source]: Use HTTPS.
---
 gnu/packages/cups.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm
index d629e38..5b78ed1 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -61,7 +61,7 @@
     (source(origin
               (method url-fetch)
               (uri
-               (string-append "http://openprinting.org/download/cups-filters/";
+               (string-append "https://openprinting.org/download/cups-filters/";
                               "cups-filters-" version ".tar.xz"))
               (sha256
                (base32



reply via email to

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