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:
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
||||
version = "2.4.8";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://github.com/yui/yuicompressor/releases/download/v${version}/${name}.jar";
|
||||
url = "https://github.com/yui/yuicompressor/releases/download/v${version}/${name}.jar";
|
||||
sha256 = "1qjxlak9hbl9zd3dl5ks0w4zx5z64wjsbk7ic73r1r45fasisdrh";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user