treewide: abandon Google Code homepages

This commit is contained in:
c0bw3b
2017-11-03 18:52:28 +00:00
committed by Orivej Desh
parent 74260a4922
commit 525380b472
65 changed files with 118 additions and 110 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "touchegg-${version}";
version = "1.1.1";
src = fetchurl {
url = "https://touchegg.googlecode.com/files/${name}.tar.gz";
url = "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/touchegg/${name}.tar.gz";
sha256 = "95734815c7219d9a71282f3144b3526f2542b4fa270a8e69d644722d024b4038";
};
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
'';
meta = {
homepage = https://code.google.com/p/touchegg/;
homepage = https://github.com/JoseExposito/touchegg;
description = "Macro binding for touch surfaces";
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux;