gnu: libotf: Use mirror:// URL.
* gnu/packages/fontutils.scm (libotf): Use mirror://savannah URL.
This commit is contained in:
parent
066651d412
commit
8b15f42c73
|
@ -266,7 +266,7 @@ resolution.")
|
|||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"http://download.savannah.gnu.org/releases/m17n/libotf-"
|
||||
"mirror://savannah/releases/m17n/libotf-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0239zvfan56w7vrppriwy77fzb10ag9llaz15nsraps2a2x6di3v"))))
|
||||
|
|
Loading…
Reference in New Issue