diff options
author | Mark H Weaver <mhw@netris.org> | 2013-06-07 21:42:33 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2013-06-08 12:38:28 -0400 |
commit | 0d62efbe5a14804de6093be44c511c51bc6aa50c (patch) | |
tree | 423bf90196c4cb3295f2c3b6ffd345b708174220 /gnu | |
parent | fa6141ecaa4c5a576563117cf33131d5c57a35c4 (diff) | |
download | patches-0d62efbe5a14804de6093be44c511c51bc6aa50c.tar patches-0d62efbe5a14804de6093be44c511c51bc6aa50c.tar.gz |
gnu: subversion: Download from apache archive site.
* gnu/packages/subversion.scm (subversion): Download from archive.apache.org,
where versions are kept for a longer period of time. Previously, we
downloaded from the mirrors, which keep only the most recent versions.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/subversion.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/subversion.scm b/gnu/packages/subversion.scm index 009b341d24..28ddc42e00 100644 --- a/gnu/packages/subversion.scm +++ b/gnu/packages/subversion.scm @@ -34,7 +34,7 @@ (version "1.7.8") (source (origin (method url-fetch) - (uri (string-append "mirror://apache/subversion/subversion-" + (uri (string-append "https://archive.apache.org/dist/subversion/subversion-" version ".tar.bz2")) (sha256 (base32 |