about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJ Phani Mahesh <phanimahesh@gmail.com>2016-08-20 17:32:47 +0530
committerJ Phani Mahesh <phanimahesh@gmail.com>2016-08-20 17:32:47 +0530
commit61bce9208fac6b79d5fbfec7267c717fc03cd844 (patch)
treece76c3fbcc8532155368f34538575cd303cf4031
parenta466257b1de66c062504afe795b2f1861cadebb1 (diff)
downloadnixlib-61bce9208fac6b79d5fbfec7267c717fc03cd844.tar
nixlib-61bce9208fac6b79d5fbfec7267c717fc03cd844.tar.gz
nixlib-61bce9208fac6b79d5fbfec7267c717fc03cd844.tar.bz2
nixlib-61bce9208fac6b79d5fbfec7267c717fc03cd844.tar.lz
nixlib-61bce9208fac6b79d5fbfec7267c717fc03cd844.tar.xz
nixlib-61bce9208fac6b79d5fbfec7267c717fc03cd844.tar.zst
nixlib-61bce9208fac6b79d5fbfec7267c717fc03cd844.zip
wmsystemtray: switch sf downloads to mirror://
-rw-r--r--pkgs/applications/window-managers/windowmaker/dockapps/wmsystemtray.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/window-managers/windowmaker/dockapps/wmsystemtray.nix b/pkgs/applications/window-managers/windowmaker/dockapps/wmsystemtray.nix
index c28d090e0bd7..0d1ca29e12ca 100644
--- a/pkgs/applications/window-managers/windowmaker/dockapps/wmsystemtray.nix
+++ b/pkgs/applications/window-managers/windowmaker/dockapps/wmsystemtray.nix
@@ -3,7 +3,7 @@
 stdenv.mkDerivation {
   name = "wmsystemtray-1.4";
   src = fetchurl {
-     url = http://sourceforge.net/projects/wmsystemtray/files/wmsystemtray/wmsystemtray-1.4.tar.gz;
+     url = mirror://sourceforge/projects/wmsystemtray/files/wmsystemtray/wmsystemtray-1.4.tar.gz;
      sha256 = "8edef43691e9fff071000e29166c7c1ad420c0956e9068151061e881c8ac97e9";
   };