summary refs log tree commit diff
path: root/pkgs/development/tools/misc/automake
diff options
context:
space:
mode:
authorc0bw3b <c0bw3b@users.noreply.github.com>2018-12-01 19:22:13 +0100
committerc0bw3b <c0bw3b@users.noreply.github.com>2018-12-02 15:51:59 +0100
commit0498ccd076e0c11b052dc0246033a35f2d51f983 (patch)
treed184dd3915a1de9826a2587463dbdcc431d53ae3 /pkgs/development/tools/misc/automake
parent93e511c31927013e95d485d2eae7ebf08c40d009 (diff)
downloadnixpkgs-0498ccd076e0c11b052dc0246033a35f2d51f983.tar
nixpkgs-0498ccd076e0c11b052dc0246033a35f2d51f983.tar.gz
nixpkgs-0498ccd076e0c11b052dc0246033a35f2d51f983.tar.bz2
nixpkgs-0498ccd076e0c11b052dc0246033a35f2d51f983.tar.lz
nixpkgs-0498ccd076e0c11b052dc0246033a35f2d51f983.tar.xz
nixpkgs-0498ccd076e0c11b052dc0246033a35f2d51f983.tar.zst
nixpkgs-0498ccd076e0c11b052dc0246033a35f2d51f983.zip
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/
Diffstat (limited to 'pkgs/development/tools/misc/automake')
-rw-r--r--pkgs/development/tools/misc/automake/automake-1.11.x.nix4
-rw-r--r--pkgs/development/tools/misc/automake/automake-1.16.x.nix2
2 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/misc/automake/automake-1.11.x.nix b/pkgs/development/tools/misc/automake/automake-1.11.x.nix
index 8f437af0ada..a5aa44abcde 100644
--- a/pkgs/development/tools/misc/automake/automake-1.11.x.nix
+++ b/pkgs/development/tools/misc/automake/automake-1.11.x.nix
@@ -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 = ''
diff --git a/pkgs/development/tools/misc/automake/automake-1.16.x.nix b/pkgs/development/tools/misc/automake/automake-1.16.x.nix
index 478fc14d680..1e432a6e149 100644
--- a/pkgs/development/tools/misc/automake/automake-1.16.x.nix
+++ b/pkgs/development/tools/misc/automake/automake-1.16.x.nix
@@ -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;