summary refs log tree commit diff
path: root/pkgs/tools/system/mcron/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/mcron/default.nix')
-rw-r--r--pkgs/tools/system/mcron/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/mcron/default.nix b/pkgs/tools/system/mcron/default.nix
index dbc679eb8ad..1831041063b 100644
--- a/pkgs/tools/system/mcron/default.nix
+++ b/pkgs/tools/system/mcron/default.nix
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
       when jobs should be run.  Mcron was written by Dale Mellor.
     '';
 
-    homepage = http://www.gnu.org/software/mcron/;
+    homepage = https://www.gnu.org/software/mcron/;
 
     license = stdenv.lib.licenses.gpl3Plus;
     platforms = stdenv.lib.platforms.unix;