Treewide: use https for people.redhat.com

This commit is contained in:
c0bw3b 2018-11-24 23:56:37 +01:00
parent dd3e576654
commit 126f94d808
7 changed files with 7 additions and 7 deletions

View File

@ -12,7 +12,7 @@ let
}; };
src_qxlwddm = fetchurl { src_qxlwddm = fetchurl {
url = "http://people.redhat.com/~vrozenfe/qxlwddm/qxlwddm-0.11.zip"; url = "https://people.redhat.com/~vrozenfe/qxlwddm/qxlwddm-0.11.zip";
sha256 = "082zdpbh9i3bq2ds8g33rcbcw390jsm7cqf46rrlx02x8r03dm98"; sha256 = "082zdpbh9i3bq2ds8g33rcbcw390jsm7cqf46rrlx02x8r03dm98";
}; };

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
}; };
meta = { meta = {
homepage = http://people.redhat.com/jakub/prelink/; homepage = https://people.redhat.com/jakub/prelink/;
license = "GPL"; license = "GPL";
description = "ELF prelinking utility to speed up dynamic linking"; description = "ELF prelinking utility to speed up dynamic linking";
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;

View File

@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
''; '';
meta = { meta = {
description = "Audit Library"; description = "Audit Library";
homepage = http://people.redhat.com/sgrubb/audit/; homepage = https://people.redhat.com/sgrubb/audit/;
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ]; maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];

View File

@ -9,7 +9,7 @@ stdenv.mkDerivation {
buildInputs = [ perl ]; buildInputs = [ perl ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Direct access to I/O ports from the command line"; description = "Direct access to I/O ports from the command line";
homepage = http://people.redhat.com/rjones/ioport/; homepage = https://people.redhat.com/rjones/ioport/;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = [ "x86_64-linux" "i686-linux" ]; platforms = [ "x86_64-linux" "i686-linux" ];
maintainers = [ maintainers.cleverca22 ]; maintainers = [ maintainers.cleverca22 ];

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
]; ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://people.redhat.com/dhowells/keyutils/; homepage = https://people.redhat.com/dhowells/keyutils/;
description = "Tools used to control the Linux kernel key management system"; description = "Tools used to control the Linux kernel key management system";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
meta = let inherit (stdenv.lib) platforms licenses maintainers; in { meta = let inherit (stdenv.lib) platforms licenses maintainers; in {
description = "Library for working with POSIX capabilities"; description = "Library for working with POSIX capabilities";
homepage = http://people.redhat.com/sgrubb/libcap-ng/; homepage = https://people.redhat.com/sgrubb/libcap-ng/;
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.lgpl21; license = licenses.lgpl21;
maintainers = with maintainers; [ wkennington ]; maintainers = with maintainers; [ wkennington ];

View File

@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "dmraid-1.0.0.rc15"; name = "dmraid-1.0.0.rc15";
src = fetchurl { src = fetchurl {
url = "http://people.redhat.com/~heinzm/sw/dmraid/src/old/${name}.tar.bz2"; url = "https://people.redhat.com/~heinzm/sw/dmraid/src/old/${name}.tar.bz2";
sha256 = "01bcaq0sc329ghgj7f182xws7jgjpdc41bvris8fsiprnxc7511h"; sha256 = "01bcaq0sc329ghgj7f182xws7jgjpdc41bvris8fsiprnxc7511h";
}; };