summary refs log tree commit diff
path: root/pkgs/tools/inputmethods/ibus-engines
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-04-14 19:25:45 -0400
committerMatthew Bauer <mjbauer95@gmail.com>2019-04-15 10:10:05 -0400
commit290a5d916e4874a6cb36936b49faf9ef327c249f (patch)
tree22d79f8152549281e5a22455e0951674381b1b4b /pkgs/tools/inputmethods/ibus-engines
parentbd50fc942be4a648dfb3a11a848dbd2920358035 (diff)
downloadnixpkgs-290a5d916e4874a6cb36936b49faf9ef327c249f.tar
nixpkgs-290a5d916e4874a6cb36936b49faf9ef327c249f.tar.gz
nixpkgs-290a5d916e4874a6cb36936b49faf9ef327c249f.tar.bz2
nixpkgs-290a5d916e4874a6cb36936b49faf9ef327c249f.tar.lz
nixpkgs-290a5d916e4874a6cb36936b49faf9ef327c249f.tar.xz
nixpkgs-290a5d916e4874a6cb36936b49faf9ef327c249f.tar.zst
nixpkgs-290a5d916e4874a6cb36936b49faf9ef327c249f.zip
treewide: update homepages to https where available
Based on "problems" from repology:

https://repology.org/repository/nix_unstable/problems

Mostly simple changes to reflect redirects.
Diffstat (limited to 'pkgs/tools/inputmethods/ibus-engines')
-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 bd5645fe721..f9d3c53854b 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 ];