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
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
meta = let inherit (stdenv.lib) platforms licenses maintainers; in {
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;
license = licenses.lgpl21;
maintainers = with maintainers; [ wkennington ];