summary refs log tree commit diff
path: root/pkgs/applications/audio/gjay/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/gjay/default.nix')
-rw-r--r--pkgs/applications/audio/gjay/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/gjay/default.nix b/pkgs/applications/audio/gjay/default.nix
index 9f023f34291d..f08de9d080a2 100644
--- a/pkgs/applications/audio/gjay/default.nix
+++ b/pkgs/applications/audio/gjay/default.nix
@@ -5,7 +5,7 @@ stdenv.mkDerivation {
   name = "gjay-0.3.2";
 
   src = fetchurl {
-    url = "http://downloads.sourceforge.net/project/gjay/gjay-0.3.2.tar.gz";
+    url = "mirror://sourceforge/project/gjay/gjay-0.3.2.tar.gz";
     sha256 = "1a1vv4r0vnxjdyl0jyv7gga3zfd5azxlwjm1l6hjrf71lb228zn8";
   };