treewide: Change URLs to HTTPS
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them if there's actual content. Inspired by https://github.com/NixOS/nixpkgs/issues/60004
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
stdenv.mkDerivation {
|
||||
name = "ocaml${ocaml.version}-fpath-0.7.2";
|
||||
src = fetchurl {
|
||||
url = http://erratique.ch/software/fpath/releases/fpath-0.7.2.tbz;
|
||||
url = https://erratique.ch/software/fpath/releases/fpath-0.7.2.tbz;
|
||||
sha256 = "1hr05d8bpqmqcfdavn4rjk9rxr7v2zl84866f5knjifrm60sxqic";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user