make package use mirror:// for gnu, savannah and gnome repositories where possible
This commit is contained in:
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
|
||||
name = "cvs-1.12.13";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://ftp.gnu.org/non-gnu/cvs/source/feature/1.12.13/cvs-1.12.13.tar.bz2;
|
||||
url = mirror://savannah/cvs/source/feature/1.12.13/cvs-1.12.13.tar.bz2;
|
||||
sha256 = "0pjir8cwn0087mxszzbsi1gyfc6373vif96cw4q3m1x6p49kd1bq";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user