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:
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
|
||||
name = "ocaml${ocaml.version}-fmt-0.8.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://erratique.ch/software/fmt/releases/fmt-0.8.5.tbz;
|
||||
url = https://erratique.ch/software/fmt/releases/fmt-0.8.5.tbz;
|
||||
sha256 = "1zj9azcxcn6skmb69ykgmi9z8c50yskwg03wqgh87lypgjdcz060";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user