about summary refs log tree commit diff
path: root/pkgs/applications/editors/moe/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/moe/default.nix')
-rw-r--r--pkgs/applications/editors/moe/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/moe/default.nix b/pkgs/applications/editors/moe/default.nix
index 764877a11cb3..64843b2f0706 100644
--- a/pkgs/applications/editors/moe/default.nix
+++ b/pkgs/applications/editors/moe/default.nix
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
       completion, directory browser, duplicate removal from prompt histories,
       delimiter matching, text conversion from/to UTF-8, romanization, etc.
     '';
-    homepage = http://www.gnu.org/software/moe/;
+    homepage = https://www.gnu.org/software/moe/;
     license = licenses.gpl2Plus;
     maintainers = with maintainers; [ AndersonTorres ];
     platforms = platforms.unix;