gnu: font-anonymous-pro: Use HTTPS home page.
* gnu/packages/fonts.scm (font-anonymous-pro)[source, home-page]: Use HTTPS.
This commit is contained in:
parent
76498783ea
commit
bba5bb30dd
|
@ -596,13 +596,13 @@ Heros, Pagella, Schola, Termes.")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"http://www.marksimonson.com/assets/content/fonts/"
|
"https://www.marksimonson.com/assets/content/fonts/"
|
||||||
"AnonymousPro-" version ".zip"))
|
"AnonymousPro-" version ".zip"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1asj6lykvxh46czbal7ymy2k861zlcdqpz8x3s5bbpqwlm3mhrl6"))))
|
"1asj6lykvxh46czbal7ymy2k861zlcdqpz8x3s5bbpqwlm3mhrl6"))))
|
||||||
(build-system font-build-system)
|
(build-system font-build-system)
|
||||||
(home-page "http://www.marksimonson.com/fonts/view/anonymous-pro")
|
(home-page "https://www.marksimonson.com/fonts/view/anonymous-pro")
|
||||||
(synopsis "Fixed-width fonts designed with coding in mind")
|
(synopsis "Fixed-width fonts designed with coding in mind")
|
||||||
(description "Anonymous Pro is a family of four fixed-width fonts designed
|
(description "Anonymous Pro is a family of four fixed-width fonts designed
|
||||||
with coding in mind. Anonymous Pro features an international, Unicode-based
|
with coding in mind. Anonymous Pro features an international, Unicode-based
|
||||||
|
|
Loading…
Reference in New Issue