me
/
guix
Archived
1
0
Fork 0

gnu: font-gnu-unifont: Always download source over HTTPS.

* gnu/packages/fonts.scm (font-gnu-unifont)[source]: Use HTTPS everywhere.
master
Tobias Geerinckx-Rice 2020-11-25 20:19:53 +01:00
parent 980028d0e8
commit ef8222a9f3
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -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")))