summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <[email protected]>2018-01-28 21:43:27 +0200
committerEfraim Flashner <[email protected]>2018-01-28 21:43:35 +0200
commitb253e7b9acc3260390e693900df1c2081e8bc4f5 (patch)
treeeeba34d37d61583ae9462cb14b20a6993d722a88
parent760e34b28777591375f4897b4eeb6e8279c876f0 (diff)
gnu: Use https for mozilla.github.io.
* gnu/packages/fonts.scm (font-fira-mono, font-fira-sans)[home-page]: Use 'https'.
-rw-r--r--gnu/packages/fonts.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index e0d5732453..ccf05fec2d 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -11,7 +11,7 @@
;;; Copyright © 2016 Jookia <[email protected]>
;;; Copyright © 2016 Eric Bavier <[email protected]>
;;; Copyright © 2016 Dmitry Nikolaev <[email protected]>
-;;; Copyright © 2016, 2017 Efraim Flashner <[email protected]>
+;;; Copyright © 2016, 2017, 2018 Efraim Flashner <[email protected]>
;;; Copyright © 2016 Marius Bakke <[email protected]>
;;; Copyright © 2016 Toni Reina <[email protected]>
;;; Copyright © 2017 Tobias Geerinckx-Rice <[email protected]>
@@ -865,7 +865,7 @@ designed to work well in user interface environments.")
(base32
"1z65x0dw5dq6rs6p9wyfrir50rlh95vgzsxr8jcd40nqazw4jhpi"))))
(build-system font-build-system)
- (home-page "http://mozilla.github.io/Fira/")
+ (home-page "https://mozilla.github.io/Fira/")
(synopsis "Mozilla's monospace font")
(description "This is the typeface used by Mozilla in Firefox OS.")
(license license:silofl1.1)))
@@ -883,7 +883,7 @@ designed to work well in user interface environments.")
(base32
"1r6zdnqqp4bgq5nmgqbj0vvj7x1h9w912851ggbl9wc7fdjnjqnq"))))
(build-system font-build-system)
- (home-page "http://mozilla.github.io/Fira/")
+ (home-page "https://mozilla.github.io/Fira/")
(synopsis "Mozilla's Fira Sans Font")
(description "This is the typeface used by Mozilla in Firefox OS.")
(license license:silofl1.1)))