Treewide: use https for people.redhat.com
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user