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:
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
license = licenses.gpl3Plus;
|
||||
|
||||
homepage = http://www.gnu.org/software/acct/;
|
||||
homepage = https://www.gnu.org/software/acct/;
|
||||
|
||||
maintainers = with maintainers; [ pSub ];
|
||||
platforms = platforms.linux;
|
||||
|
||||
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
|
||||
second and successive copies.
|
||||
'';
|
||||
|
||||
homepage = http://www.gnu.org/software/ddrescue/ddrescue.html;
|
||||
homepage = https://www.gnu.org/software/ddrescue/ddrescue.html;
|
||||
|
||||
license = licenses.gpl3Plus;
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{ fetchurl, stdenv, parted, libuuid, gettext, guile }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "gnufdisk-2.0.0a"; # .0a1 seems broken, see http://lists.gnu.org/archive/html/bug-fdisk/2012-09/msg00000.html
|
||||
name = "gnufdisk-2.0.0a"; # .0a1 seems broken, see https://lists.gnu.org/archive/html/bug-fdisk/2012-09/msg00000.html
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/fdisk/${name}.tar.gz";
|
||||
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
license = stdenv.lib.licenses.gpl3Plus;
|
||||
|
||||
homepage = http://www.gnu.org/software/fdisk/;
|
||||
homepage = https://www.gnu.org/software/fdisk/;
|
||||
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
|
||||
@@ -30,8 +30,8 @@ stdenv.mkDerivation rec {
|
||||
info.
|
||||
'';
|
||||
|
||||
homepage = http://www.gnu.org/software/freeipmi/;
|
||||
downloadPage = "http://www.gnu.org/software/freeipmi/download.html";
|
||||
homepage = https://www.gnu.org/software/freeipmi/;
|
||||
downloadPage = "https://www.gnu.org/software/freeipmi/download.html";
|
||||
|
||||
license = stdenv.lib.licenses.gpl3Plus;
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
|
||||
when jobs should be run. Mcron was written by Dale Mellor.
|
||||
'';
|
||||
|
||||
homepage = http://www.gnu.org/software/mcron/;
|
||||
homepage = https://www.gnu.org/software/mcron/;
|
||||
|
||||
license = stdenv.lib.licenses.gpl3Plus;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
|
||||
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://ftp.gnu.org/gnu/which/;
|
||||
homepage = https://www.gnu.org/software/which/;
|
||||
platforms = platforms.all;
|
||||
license = licenses.gpl3;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user