gnu: libotf: Use mirror:// URL.

* gnu/packages/fontutils.scm (libotf): Use mirror://savannah URL.
This commit is contained in:
Roel Janssen 2016-02-22 10:33:10 +01:00 committed by 宋文武
parent 066651d412
commit 8b15f42c73

View file

@ -266,7 +266,7 @@ (define-public libotf
(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"))))