gnu: freetype: Use mirror:// URL.

* gnu/packages/fontutils.scm (freetype): Use mirror://savannah URL.
master
Ludovic Courtès 2013-05-06 23:48:36 +02:00
parent 313109e050
commit 36ee486f1a
1 changed files with 2 additions and 3 deletions

View File

@ -32,9 +32,8 @@
(version "2.4.11")
(source (origin
(method url-fetch)
(uri (string-append
"http://download.savannah.gnu.org/releases/freetype/freetype-"
version ".tar.gz"))
(uri (string-append "mirror://savannah/freetype/freetype-"
version ".tar.gz"))
(sha256 (base32
"0gpcz6swir64kp0dk3rwgqqkmf48b90dqgczdmznjjryhrahx9r9"))))
(build-system gnu-build-system)