summary refs log tree commit diff
path: root/pkgs/tools/inputmethods/fcitx-engines/fcitx-mozc
diff options
context:
space:
mode:
authorc0bw3b <c0bw3b@users.noreply.github.com>2017-10-27 01:44:19 +0200
committerOrivej Desh <orivej@gmx.fr>2017-11-03 18:52:28 +0000
commit525380b472697bd6488200f6757bafe4731ababc (patch)
treed7d95ef3e59346b02cfe173672f71cfaa011dcab /pkgs/tools/inputmethods/fcitx-engines/fcitx-mozc
parent74260a4922e678348eac91f4aa5767a3f5a039a4 (diff)
downloadnixpkgs-525380b472697bd6488200f6757bafe4731ababc.tar
nixpkgs-525380b472697bd6488200f6757bafe4731ababc.tar.gz
nixpkgs-525380b472697bd6488200f6757bafe4731ababc.tar.bz2
nixpkgs-525380b472697bd6488200f6757bafe4731ababc.tar.lz
nixpkgs-525380b472697bd6488200f6757bafe4731ababc.tar.xz
nixpkgs-525380b472697bd6488200f6757bafe4731ababc.tar.zst
nixpkgs-525380b472697bd6488200f6757bafe4731ababc.zip
treewide: abandon Google Code homepages
Diffstat (limited to 'pkgs/tools/inputmethods/fcitx-engines/fcitx-mozc')
-rw-r--r--pkgs/tools/inputmethods/fcitx-engines/fcitx-mozc/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/inputmethods/fcitx-engines/fcitx-mozc/default.nix b/pkgs/tools/inputmethods/fcitx-engines/fcitx-mozc/default.nix
index 596b3ce1565..170ac4c6a26 100644
--- a/pkgs/tools/inputmethods/fcitx-engines/fcitx-mozc/default.nix
+++ b/pkgs/tools/inputmethods/fcitx-engines/fcitx-mozc/default.nix
@@ -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;