make package use mirror:// for gnu, savannah and gnome repositories where possible
This commit is contained in:
@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
|
||||
name = "indent-2.2.10";
|
||||
|
||||
src = fetchurl {
|
||||
url = "ftp://ftp.gnu.org/gnu/indent/${name}.tar.gz";
|
||||
url = "mirror://gnu/indent/${name}.tar.gz";
|
||||
sha256 = "0f9655vqdvfwbxvs1gpa7py8k1z71aqh8hp73f65vazwbfz436wa";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user