diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-24 19:49:44 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-24 21:29:19 +0100 |
commit | 253a4bb23b5323dbb773d1386d61a6bd19a30991 (patch) | |
tree | 3438708e2515405e58944d3d47c92865368d49b3 /gnu/packages/fonts.scm | |
parent | 6eb35d4a780d37b809a6c8c1794ff227da2fa29d (diff) | |
download | guix-253a4bb23b5323dbb773d1386d61a6bd19a30991.tar guix-253a4bb23b5323dbb773d1386d61a6bd19a30991.tar.gz |
gnu: font-lato: Use HTTPS home page.
* gnu/packages/fonts.scm (font-lato)[source, home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/fonts.scm')
-rw-r--r-- | gnu/packages/fonts.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index b38816f664..c1c860fb3d 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 GNOME@tie{}3.") (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. |