summary refs log tree commit diff
path: root/pkgs/tools/inputmethods/m17n-lib/otf.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/inputmethods/m17n-lib/otf.nix')
-rw-r--r--pkgs/tools/inputmethods/m17n-lib/otf.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/inputmethods/m17n-lib/otf.nix b/pkgs/tools/inputmethods/m17n-lib/otf.nix
index 95eea764187..05231b385db 100644
--- a/pkgs/tools/inputmethods/m17n-lib/otf.nix
+++ b/pkgs/tools/inputmethods/m17n-lib/otf.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
     '';
 
   meta = {
-    homepage = http://www.nongnu.org/m17n/;
+    homepage = https://www.nongnu.org/m17n/;
     description = "Multilingual text processing library (libotf)";
     license = stdenv.lib.licenses.lgpl21Plus;
     platforms = stdenv.lib.platforms.linux;