about summary refs log tree commit diff
path: root/pkgs/shells/rush/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/shells/rush/default.nix')
-rw-r--r--pkgs/shells/rush/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/rush/default.nix b/pkgs/shells/rush/default.nix
index 9a5f7a753d33..3bfafdc46a03 100644
--- a/pkgs/shells/rush/default.nix
+++ b/pkgs/shells/rush/default.nix
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
          sftp-server or scp, that lack this ability.
       '';
 
-    homepage = http://www.gnu.org/software/rush/;
+    homepage = https://www.gnu.org/software/rush/;
     license = stdenv.lib.licenses.gpl3Plus;
 
     maintainers = [ stdenv.lib.maintainers.bjg ];