1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-25 03:30:30 +02:00

gnu: dmd: Download from alpha.gnu.org.

* gnu/packages/system.scm (dmd): Use the alpha.gnu.org URL.
This commit is contained in:
Ludovic Courtès
2013-09-26 20:46:37 +02:00
parent b2f0005aad
commit d08213980c

View File

@@ -35,11 +35,8 @@
(version "-0.4")
(source (origin
(method url-fetch)
;; XXX: Temporary location until dmd gets back home.
(uri (string-append
"http://www.fdn.fr/~lcourtes/software/guix/dmd-"
version ".tar.gz"))
(uri (string-append "ftp://alpha.gnu.org/gnu/dmd/dmd-"
version ".tar.gz"))
(sha256
(base32
"094ja3xvk9ljghhxmy39if67cfjd1hy6m4svnp399n0wpxvaryvy"))))