about summary refs log tree commit diff
path: root/pkgs/tools/filesystems
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/tools/filesystems
parentdd3e57665434d6d8e3523cdee5cde7cd4ffeb70a (diff)
downloadnixlib-126f94d8085507a45bd54760a2b7700af0b9aa83.tar
nixlib-126f94d8085507a45bd54760a2b7700af0b9aa83.tar.gz
nixlib-126f94d8085507a45bd54760a2b7700af0b9aa83.tar.bz2
nixlib-126f94d8085507a45bd54760a2b7700af0b9aa83.tar.lz
nixlib-126f94d8085507a45bd54760a2b7700af0b9aa83.tar.xz
nixlib-126f94d8085507a45bd54760a2b7700af0b9aa83.tar.zst
nixlib-126f94d8085507a45bd54760a2b7700af0b9aa83.zip
Treewide: use https for people.redhat.com
Diffstat (limited to 'pkgs/tools/filesystems')
-rw-r--r--pkgs/tools/filesystems/nixpart/0.4/dmraid.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/filesystems/nixpart/0.4/dmraid.nix b/pkgs/tools/filesystems/nixpart/0.4/dmraid.nix
index a4dcb408e058..fd6088891023 100644
--- a/pkgs/tools/filesystems/nixpart/0.4/dmraid.nix
+++ b/pkgs/tools/filesystems/nixpart/0.4/dmraid.nix
@@ -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";
   };