mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -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
|
||||
(origin
|
||||
(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"))
|
||||
(sha256
|
||||
(base32
|
||||
"1qhci68f68mf87jd69vjf9qjq3wydgw1q7ivn3amjb65ls1s0c4s"))))
|
||||
(base32 "1qhci68f68mf87jd69vjf9qjq3wydgw1q7ivn3amjb65ls1s0c4s"))))
|
||||
(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")
|
||||
(description
|
||||
"Dosis is a very simple, rounded, sans serif family.
|
||||
|
|
Loading…
Reference in a new issue