about summary refs log tree commit diff
path: root/pkgs/applications/audio/abcde
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2008-10-08 18:52:20 +0000
committerLudovic Courtès <ludo@gnu.org>2008-10-08 18:52:20 +0000
commit750e48549d0f6607420acdf3a2fb6e6db276aaa2 (patch)
tree8d6d7591f600cc604517b78d49d523ae1e54e10d /pkgs/applications/audio/abcde
parentf901f6a686a23a84c88402ecba70748af450549f (diff)
downloadnixlib-750e48549d0f6607420acdf3a2fb6e6db276aaa2.tar
nixlib-750e48549d0f6607420acdf3a2fb6e6db276aaa2.tar.gz
nixlib-750e48549d0f6607420acdf3a2fb6e6db276aaa2.tar.bz2
nixlib-750e48549d0f6607420acdf3a2fb6e6db276aaa2.tar.lz
nixlib-750e48549d0f6607420acdf3a2fb6e6db276aaa2.tar.xz
nixlib-750e48549d0f6607420acdf3a2fb6e6db276aaa2.tar.zst
nixlib-750e48549d0f6607420acdf3a2fb6e6db276aaa2.zip
abcde: Fix URL.
svn path=/nixpkgs/trunk/; revision=13012
Diffstat (limited to 'pkgs/applications/audio/abcde')
-rw-r--r--pkgs/applications/audio/abcde/default.nix2
1 files changed, 1 insertions, 1 deletions
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";
     };