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

View File

@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
};
meta = {
homepage = http://people.redhat.com/jakub/prelink/;
homepage = https://people.redhat.com/jakub/prelink/;
license = "GPL";
description = "ELF prelinking utility to speed up dynamic linking";
platforms = stdenv.lib.platforms.linux;