Merge pull request #51329 from c0bw3b/cleanup/gnu-https

Favor HTTPS URLs - the GNU edition
This commit is contained in:
markuskowa
2018-12-02 16:52:33 +01:00
committed by GitHub
247 changed files with 294 additions and 293 deletions
+1 -1
View File
@@ -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 "");
+1 -1
View File
@@ -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 ];