mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: font-dosis: Use archive.org'd URIs.
* gnu/packages/fonts.scm (font-dosis)[source, home-page]: Use snapshots.
This commit is contained in:
parent
828996bb8a
commit
e48ae0bcf9
1 changed files with 5 additions and 4 deletions
|
@ -1270,13 +1270,14 @@ (define-public font-dosis
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch/zipbomb)
|
(method url-fetch/zipbomb)
|
||||||
(uri (string-append "http://www.impallari.com/media/releases/dosis-"
|
(uri (string-append "https://web.archive.org/web/20180228233737/"
|
||||||
|
"https://www.impallari.com/media/releases/dosis-"
|
||||||
"v" version ".zip"))
|
"v" version ".zip"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1qhci68f68mf87jd69vjf9qjq3wydgw1q7ivn3amjb65ls1s0c4s"))))
|
||||||
"1qhci68f68mf87jd69vjf9qjq3wydgw1q7ivn3amjb65ls1s0c4s"))))
|
|
||||||
(build-system font-build-system)
|
(build-system font-build-system)
|
||||||
(home-page "http://www.impallari.com/dosis")
|
(home-page (string-append "https://web.archive.org/web/20180228233737/"
|
||||||
|
"https://www.impallari.com/dosis"))
|
||||||
(synopsis "Very simple, rounded, sans serif family")
|
(synopsis "Very simple, rounded, sans serif family")
|
||||||
(description
|
(description
|
||||||
"Dosis is a very simple, rounded, sans serif family.
|
"Dosis is a very simple, rounded, sans serif family.
|
||||||
|
|
Loading…
Reference in a new issue