diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-09-26 20:46:37 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-09-27 00:46:16 +0200 |
commit | d08213980c06da252e6b8e6b7b7aa9bff2c68ec1 (patch) | |
tree | 193017d620ef537e18868d8fc90e3a255a00429d | |
parent | b2f0005aad22ebdb1144b9c700063e96376b5c28 (diff) | |
download | patches-d08213980c06da252e6b8e6b7b7aa9bff2c68ec1.tar patches-d08213980c06da252e6b8e6b7b7aa9bff2c68ec1.tar.gz |
gnu: dmd: Download from alpha.gnu.org.
* gnu/packages/system.scm (dmd): Use the alpha.gnu.org URL.
-rw-r--r-- | gnu/packages/system.scm | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gnu/packages/system.scm b/gnu/packages/system.scm index 9af0365812..e915b0b41b 100644 --- a/gnu/packages/system.scm +++ b/gnu/packages/system.scm @@ -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")))) |