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:
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
||||
name = "liblrdf-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://github.com/swh/LRDF/archive/${version}.tar.gz";
|
||||
url = "https://github.com/swh/LRDF/archive/${version}.tar.gz";
|
||||
sha256 = "18p2flb2sv2hq6w2qkd29z9c7knnwqr3f12i2srshlzx6vwkm05s";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user