summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/X11/wmctrl
diff options
context:
space:
mode:
authorAnton-Latukha <anton.latukha@gmail.com>2019-04-11 19:26:37 +0300
committerAnton-Latukha <anton.latukha@gmail.com>2019-04-11 19:30:45 +0300
commitb6ceaf0123dd1ccab2a6176b6c6d1d59436e2183 (patch)
tree0de316683131ad30e8d6b44784382d3ed6dfe49b /pkgs/tools/X11/wmctrl
parenta7a75ba5c7f1800f9ec3f4ee646820545b0330c3 (diff)
wmctrl: mv site&upstream from Google+ to current official site
Diffstat (limited to 'pkgs/tools/X11/wmctrl')
-rw-r--r--pkgs/tools/X11/wmctrl/default.nix10
1 files changed, 6 insertions, 4 deletions
diff --git a/pkgs/tools/X11/wmctrl/default.nix b/pkgs/tools/X11/wmctrl/default.nix
index 4d52e3ec3125..e4cb70c8f24d 100644
--- a/pkgs/tools/X11/wmctrl/default.nix
+++ b/pkgs/tools/X11/wmctrl/default.nix
@@ -8,10 +8,12 @@
stdenv.mkDerivation rec {
- name = "wmctrl-1.07";
+ pname = "wmctrl";
+ version = "1.07";
src = fetchurl {
- url = "http://tomas.styblo.name/wmctrl/dist/${name}.tar.gz";
+ # NOTE: 2019-04-11: There is also a semi-official mirror: http://tripie.sweb.cz/utils/wmctrl/
+ url = "https://sites.google.com/site/tstyblo/wmctrl/${pname}-${version}.tar.gz";
sha256 = "1afclc57b9017a73mfs9w7lbdvdipmf9q0xdk116f61gnvyix2np";
};
@@ -21,8 +23,8 @@ stdenv.mkDerivation rec {
patches = [ ./64-bit-data.patch ];
meta = {
- homepage = http://tomas.styblo.name/wmctrl/;
- description = "Command line tool to interact with an EWMH/NetWM compatible X Window Manager";
+ homepage = https://sites.google.com/site/tstyblo/wmctrl;
+ description = "CLI tool to interact with EWMH/NetWM compatible X Window Managers";
license = stdenv.lib.licenses.gpl2;
platforms = with stdenv.lib.platforms; all;
maintainers = [ stdenv.lib.maintainers.Anton-Latukha ];