wmctrl: mv site&upstream from Google+ to current official site

This commit is contained in:
Anton-Latukha 2019-04-11 19:26:37 +03:00
parent a7a75ba5c7
commit b6ceaf0123

View file

@ -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 ];