* Rewrite all the SourceForge URLs to mirror://sourceforge/.
find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done svn path=/nixpkgs/trunk/; revision=9198
This commit is contained in:
@@ -5,7 +5,7 @@ stdenv.mkDerivation {
|
||||
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://surfnet.dl.sourceforge.net/sourceforge/ploticus/pl233src.tar.gz;
|
||||
url = mirror://sourceforge/ploticus/pl233src.tar.gz;
|
||||
md5 = "1e242200e7e52f7a24041c95f58f2fc1";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user