guix-commits
[Top][All Lists]
Advanced

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

01/14: gnu: font-lato: Use HTTPS home page.


From: guix-commits
Subject: 01/14: gnu: font-lato: Use HTTPS home page.
Date: Sun, 24 Feb 2019 15:29:38 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 253a4bb23b5323dbb773d1386d61a6bd19a30991
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Feb 24 19:49:44 2019 +0100

    gnu: font-lato: Use HTTPS home page.
    
    * gnu/packages/fonts.scm (font-lato)[source, home-page]: Use HTTPS.
---
 gnu/packages/fonts.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index b38816f..c1c860f 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -199,15 +199,15 @@ sans-serif designed for on-screen reading.  It is used by 
address@hidden")
 (define-public font-lato
   (package
     (name "font-lato")
-    (version "2.010")
+    (version "2.010")                   ; also update description
     (source (origin
               (method url-fetch/zipbomb)
-              (uri (string-append 
"http://www.latofonts.com/download/Lato2OFL.zip";))
+              (uri (string-append 
"https://www.latofonts.com/download/Lato2OFL.zip";))
               (sha256
                (base32
                 "1f5540g0ja1nx3ddd3ywn77xc81ssrxpq8n3gyb9sabyq2b4xda2"))))
     (build-system font-build-system)
-    (home-page "http://www.latofonts.com/lato-free-fonts/";)
+    (home-page "https://www.latofonts.com/lato-free-fonts/";)
     (synopsis "Lato sans-serif typeface")
     (description
      "Lato is a sanserif typeface family.  It covers over 3000 glyphs per 
style.



reply via email to

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