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