summary refs log tree commit diff
path: root/pkgs/os-specific/linux/keyutils
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/keyutils
parentdd3e57665434d6d8e3523cdee5cde7cd4ffeb70a (diff)
downloadnixpkgs-126f94d8085507a45bd54760a2b7700af0b9aa83.tar
nixpkgs-126f94d8085507a45bd54760a2b7700af0b9aa83.tar.gz
nixpkgs-126f94d8085507a45bd54760a2b7700af0b9aa83.tar.bz2
nixpkgs-126f94d8085507a45bd54760a2b7700af0b9aa83.tar.lz
nixpkgs-126f94d8085507a45bd54760a2b7700af0b9aa83.tar.xz
nixpkgs-126f94d8085507a45bd54760a2b7700af0b9aa83.tar.zst
nixpkgs-126f94d8085507a45bd54760a2b7700af0b9aa83.zip
Treewide: use https for people.redhat.com
Diffstat (limited to 'pkgs/os-specific/linux/keyutils')
-rw-r--r--pkgs/os-specific/linux/keyutils/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/keyutils/default.nix b/pkgs/os-specific/linux/keyutils/default.nix
index 6932afdf478..e9bce8a1168 100644
--- a/pkgs/os-specific/linux/keyutils/default.nix
+++ b/pkgs/os-specific/linux/keyutils/default.nix
@@ -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;