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
@@ -33,7 +33,7 @@ in clangStdenv.mkDerivation rec {
'';
patch_version = "2.18.2612.102.1";
patches = [
patches = [
(fetchpatch rec {
name = "fcitx-mozc-${patch_version}.patch";
url = "https://download.fcitx-im.org/fcitx-mozc/${name}";
@@ -43,7 +43,7 @@ in clangStdenv.mkDerivation rec {
postPatch = ''
substituteInPlace src/unix/fcitx/mozc.conf \
--replace "/usr/share/fcitx/mozc/icon/mozc.png" "mozc"
--replace "/usr/share/fcitx/mozc/icon/mozc.png" "mozc"
'';
configurePhase = ''
@@ -91,7 +91,7 @@ in clangStdenv.mkDerivation rec {
meta = with clangStdenv.lib; {
isFcitxEngine = true;
description = "Fcitx engine for Google japanese input method";
homepage = http://code.google.com/p/mozc/;
homepage = https://github.com/google/mozc;
downloadPage = "http://download.fcitx-im.org/fcitx-mozc/";
license = licenses.free;
platforms = platforms.linux;
@@ -15,7 +15,7 @@ in clangStdenv.mkDerivation rec {
meta = with clangStdenv.lib; {
isIbusEngine = true;
description = "Japanese input method from Google";
homepage = http://code.google.com/p/mozc/;
homepage = https://github.com/google/mozc;
license = licenses.free;
platforms = platforms.linux;
maintainers = with maintainers; [ gebner ericsagnes ];
+2 -2
View File
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "nabi-1.0.0";
src = fetchurl {
url = "http://nabi.googlecode.com/files/nabi-1.0.0.tar.gz";
url = "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/nabi/nabi-1.0.0.tar.gz";
sha256 = "0craa24pw7b70sh253arv9bg9sy4q3mhsjwfss3bnv5nf0xwnncw";
};
@@ -13,7 +13,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "The Easy Hangul XIM";
homepage = https://code.google.com/p/nabi;
homepage = https://github.com/choehwanjin/nabi;
license = licenses.gpl2;
maintainers = [ maintainers.ianwookim ];
platforms = platforms.linux;
+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;
+2 -2
View File
@@ -38,12 +38,12 @@ stdenv.mkDerivation rec {
dontUseCmakeConfigure = true;
src = fetchurl {
url = "http://uim.googlecode.com/files/uim-${version}.tar.bz2";
url = "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/uim/uim-${version}.tar.bz2";
sha1 = "43b9dbdead6797880e6cfc9c032ecb2d37d42777";
};
meta = with stdenv.lib; {
homepage = "http://code.google.com/p/uim/";
homepage = "https://github.com/uim/uim";
description = "A multilingual input method framework";
license = stdenv.lib.licenses.bsd3;
platforms = stdenv.lib.platforms.linux;