From 0498ccd076e0c11b052dc0246033a35f2d51f983 Mon Sep 17 00:00:00 2001 From: c0bw3b Date: Sat, 1 Dec 2018 19:22:13 +0100 Subject: Treewide: use HTTPS on GNU domains HTTP -> HTTPS for : - http://gnu.org/ - http://www.gnu.org/ - http://elpa.gnu.org/ - http://lists.gnu.org/ - http://gcc.gnu.org/ - http://ftp.gnu.org/ (except in fetchurl mirrors) - http://bugs.gnu.org/ --- pkgs/shells/bash/4.4.nix | 2 +- pkgs/shells/rush/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/shells') diff --git a/pkgs/shells/bash/4.4.nix b/pkgs/shells/bash/4.4.nix index 6f970e1b7ade0..e5e33c76d205b 100644 --- a/pkgs/shells/bash/4.4.nix +++ b/pkgs/shells/bash/4.4.nix @@ -106,7 +106,7 @@ stdenv.mkDerivation rec { ''; meta = with stdenv.lib; { - homepage = http://www.gnu.org/software/bash/; + homepage = https://www.gnu.org/software/bash/; description = "GNU Bourne-Again Shell, the de facto standard shell on Linux" + (if interactive then " (for interactive use)" else ""); diff --git a/pkgs/shells/rush/default.nix b/pkgs/shells/rush/default.nix index 9a5f7a753d338..3bfafdc46a03d 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 ]; -- cgit 1.4.1