summary refs log tree commit diff
path: root/pkgs/tools/inputmethods
diff options
context:
space:
mode:
authorSamuel Dionne-Riel <samuel@dionne-riel.com>2017-05-27 22:39:16 -0400
committerSamuel Dionne-Riel <samuel@dionne-riel.com>2017-05-27 22:39:16 -0400
commit1f89ba117c0a0bb84178499aebb7868dc85e35e1 (patch)
tree19d90bce203729b045f92c42c3c1d848d768f22e /pkgs/tools/inputmethods
parenta50315d7365ebb54fb59c2e409ae49ae608012bd (diff)
downloadnixpkgs-1f89ba117c0a0bb84178499aebb7868dc85e35e1.tar
nixpkgs-1f89ba117c0a0bb84178499aebb7868dc85e35e1.tar.gz
nixpkgs-1f89ba117c0a0bb84178499aebb7868dc85e35e1.tar.bz2
nixpkgs-1f89ba117c0a0bb84178499aebb7868dc85e35e1.tar.lz
nixpkgs-1f89ba117c0a0bb84178499aebb7868dc85e35e1.tar.xz
nixpkgs-1f89ba117c0a0bb84178499aebb7868dc85e35e1.tar.zst
nixpkgs-1f89ba117c0a0bb84178499aebb7868dc85e35e1.zip
ibus-m17n: fix homepage URL.
The URL was erroneous.
Diffstat (limited to 'pkgs/tools/inputmethods')
-rw-r--r--pkgs/tools/inputmethods/ibus-engines/ibus-m17n/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/inputmethods/ibus-engines/ibus-m17n/default.nix b/pkgs/tools/inputmethods/ibus-engines/ibus-m17n/default.nix
index 2d25e6bf430..c53f766cb7d 100644
--- a/pkgs/tools/inputmethods/ibus-engines/ibus-m17n/default.nix
+++ b/pkgs/tools/inputmethods/ibus-engines/ibus-m17n/default.nix
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     isIbusEngine = true;
     description  = "m17n engine for ibus";
-    homepage     = https://github.com.com/ibus/ibus-m17n;
+    homepage     = https://github.com/ibus/ibus-m17n;
     license      = licenses.gpl2;
     platforms    = platforms.linux;
     maintainers  = with maintainers; [ ericsagnes ];