summary refs log tree commit diff
path: root/pkgs/applications/window-managers/windowmaker
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2016-08-20 15:14:23 +0200
committerJoachim Fasting <joachifm@fastmail.fm>2016-08-20 15:14:23 +0200
commitba0f9cfa490a867f675cca4515c998d242c255eb (patch)
tree7692b4d796be9a725b8acbd9edfa65e3d48cec4d /pkgs/applications/window-managers/windowmaker
parent217594fd1d0b4cc36c98c1605b73ccb50ce57bc8 (diff)
downloadnixlib-ba0f9cfa490a867f675cca4515c998d242c255eb.tar
nixlib-ba0f9cfa490a867f675cca4515c998d242c255eb.tar.gz
nixlib-ba0f9cfa490a867f675cca4515c998d242c255eb.tar.bz2
nixlib-ba0f9cfa490a867f675cca4515c998d242c255eb.tar.lz
nixlib-ba0f9cfa490a867f675cca4515c998d242c255eb.tar.xz
nixlib-ba0f9cfa490a867f675cca4515c998d242c255eb.tar.zst
nixlib-ba0f9cfa490a867f675cca4515c998d242c255eb.zip
Revert "Merge pull request #16980 from phanimahesh/sf-use-mirrors"
This reverts commit 217594fd1d0b4cc36c98c1605b73ccb50ce57bc8, reversing
changes made to 8e8a89d8a8f9d801f9e17d48325d06f20743b364.

Turns out it wasn't ready afterall ...
Diffstat (limited to 'pkgs/applications/window-managers/windowmaker')
-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 0d1ca29e12ca..c28d090e0bd7 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 = mirror://sourceforge/projects/wmsystemtray/files/wmsystemtray/wmsystemtray-1.4.tar.gz;
+     url = http://sourceforge.net/projects/wmsystemtray/files/wmsystemtray/wmsystemtray-1.4.tar.gz;
      sha256 = "8edef43691e9fff071000e29166c7c1ad420c0956e9068151061e881c8ac97e9";
   };