about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/libcap-ng
diff options
context:
space:
mode:
authorc0bw3b <c0bw3b@users.noreply.github.com>2018-11-24 23:56:37 +0100
committerc0bw3b <c0bw3b@users.noreply.github.com>2018-11-24 23:56:37 +0100
commit126f94d8085507a45bd54760a2b7700af0b9aa83 (patch)
tree7066b3f79ef80c59171d033ccc4debfae9d45f91 /pkgs/os-specific/linux/libcap-ng
parentdd3e57665434d6d8e3523cdee5cde7cd4ffeb70a (diff)
Treewide: use https for people.redhat.com
Diffstat (limited to 'pkgs/os-specific/linux/libcap-ng')
-rw-r--r--pkgs/os-specific/linux/libcap-ng/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/libcap-ng/default.nix b/pkgs/os-specific/linux/libcap-ng/default.nix
index 845e4e704eba9..e530850221c0d 100644
--- a/pkgs/os-specific/linux/libcap-ng/default.nix
+++ b/pkgs/os-specific/linux/libcap-ng/default.nix
@@ -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 ];