guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: font-gnu-unifont: Always download source over HTTPS.


From: guix-commits
Subject: 04/05: gnu: font-gnu-unifont: Always download source over HTTPS.
Date: Wed, 25 Nov 2020 14:32:04 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit ef8222a9f3b180d3e9a2e26efa3263148ed06523
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Nov 25 20:19:53 2020 +0100

    gnu: font-gnu-unifont: Always download source over HTTPS.
    
    * gnu/packages/fonts.scm (font-gnu-unifont)[source]: Use HTTPS everywhere.
---
 gnu/packages/fonts.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 5256206..c37f5c2 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -716,7 +716,7 @@ for use at smaller text sizes")))
      (origin
        (method url-fetch)
        (uri (list
-             (string-append "http://unifoundry.com/pub/unifont/unifont-";
+             (string-append "https://unifoundry.com/pub/unifont/unifont-";
                             version "/unifont-" version ".tar.gz")
              (string-append "mirror://gnu/unifont/unifont-"
                             version "/unifont-" version ".tar.gz")))



reply via email to

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