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:
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
||||
name = "ocaml${ocaml.version}-functoria-${version}";
|
||||
version = "2.0.2";
|
||||
src = fetchurl {
|
||||
url = "http://github.com/mirage/functoria/releases/download/${version}/functoria-${version}.tbz";
|
||||
url = "https://github.com/mirage/functoria/releases/download/${version}/functoria-${version}.tbz";
|
||||
sha256 = "019rl4rir4lwgjyqj2wq3ylw4daih1kxxgbc6ld6kzcq66mwr747";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user