summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/inputmethods
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-04-15 20:47:30 -0400
committerGitHub <noreply@github.com>2019-04-15 20:47:30 -0400
commitf475aeaf29d8a0b3d2f0e235271625c8538ff22c (patch)
tree7ad5d29f4c4da232d9b034edd35be6bf286300c1 /pkgs/tools/inputmethods
parent7bfe30917a8f45b53e3f7a546ebfc263bde4523e (diff)
parent290a5d916e4874a6cb36936b49faf9ef327c249f (diff)
Merge pull request #59535 from matthewbauer/homepage-fixes
treewide: update homepages to https where available
Diffstat (limited to 'pkgs/tools/inputmethods')
-rw-r--r--pkgs/tools/inputmethods/ibus-engines/ibus-anthy/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/inputmethods/ibus-engines/ibus-anthy/default.nix b/pkgs/tools/inputmethods/ibus-engines/ibus-anthy/default.nix
index bd5645fe721c..f9d3c53854b4 100644
--- a/pkgs/tools/inputmethods/ibus-engines/ibus-anthy/default.nix
+++ b/pkgs/tools/inputmethods/ibus-engines/ibus-anthy/default.nix
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
isIbusEngine = true;
description = "IBus interface to the anthy input method";
- homepage = http://wiki.github.com/fujiwarat/ibus-anthy;
+ homepage = https://github.com/fujiwarat/ibus-anthy;
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ gebner ericsagnes ];