Fix some broken URLs.

svn path=/nixpkgs/trunk/; revision=23152
This commit is contained in:
Peter Simons
2010-08-12 14:56:14 +00:00
parent 04ee1d78ad
commit 961fda939c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ stdenv.mkDerivation {
name = "lvm2-${v}";
src = fetchurl {
url = "ftp://sources.redhat.com/pub/lvm2/LVM2.${v}.tgz";
url = "ftp://sources.redhat.com/pub/lvm2/old/LVM2.${v}.tgz";
sha256 = "2a4157b91b7ad5ea84359e8548b64947611beea01862e010be71f54b649e7ad1";
};