From 750e48549d0f6607420acdf3a2fb6e6db276aaa2 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Wed, 8 Oct 2008 18:52:20 +0000 Subject: abcde: Fix URL. svn path=/nixpkgs/trunk/; revision=13012 --- pkgs/applications/audio/abcde/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications/audio/abcde') diff --git a/pkgs/applications/audio/abcde/default.nix b/pkgs/applications/audio/abcde/default.nix index 5cfa72158bac..72e277128ff3 100644 --- a/pkgs/applications/audio/abcde/default.nix +++ b/pkgs/applications/audio/abcde/default.nix @@ -6,7 +6,7 @@ in stdenv.mkDerivation { name = "abcde-${version}"; src = fetchurl { - url = "mirror://debian/pool/a/abcde/abcde_${version}.orig.tar.gz"; + url = "mirror://debian/pool/main/a/abcde/abcde_${version}.orig.tar.gz"; sha256 = "1wl4ygj1cf1d6g05gwwygsd5g83l039fzi011r30ma5lnm763lyb"; }; -- cgit 1.4.1