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/
This commit is contained in:
c0bw3b
2018-12-02 15:51:59 +01:00
parent 93e511c319
commit 0498ccd076
155 changed files with 178 additions and 177 deletions
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
# TODO: Remove the `aclocal' wrapper when $ACLOCAL_PATH support is
# available upstream; see
# <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9026>.
# <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=9026>.
builder = ./builder.sh;
setupHook = ./setup-hook.sh;
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
meta = {
branch = "1.11";
homepage = http://www.gnu.org/software/automake/;
homepage = https://www.gnu.org/software/automake/;
description = "GNU standard-compliant makefile generator";
longDescription = ''
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
meta = {
branch = "1.15";
homepage = http://www.gnu.org/software/automake/;
homepage = https://www.gnu.org/software/automake/;
description = "GNU standard-compliant makefile generator";
license = stdenv.lib.licenses.gpl2Plus;