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
+1 -1
View File
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
];
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";
license = licenses.gpl2Plus;
platforms = platforms.linux;