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
@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "dmraid-1.0.0.rc15";
src = fetchurl {
url = "http://people.redhat.com/~heinzm/sw/dmraid/src/old/${name}.tar.bz2";
url = "https://people.redhat.com/~heinzm/sw/dmraid/src/old/${name}.tar.bz2";
sha256 = "01bcaq0sc329ghgj7f182xws7jgjpdc41bvris8fsiprnxc7511h";
};