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 {
|
||||
name = "clearlooks-phenix-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://github.com/jpfleury/clearlooks-phenix/archive/${version}.tar.gz";
|
||||
url = "https://github.com/jpfleury/clearlooks-phenix/archive/${version}.tar.gz";
|
||||
sha256 = "1x2psfbhxc3bk3q795bafxv6p890yfsankfw64p44q4r1x0236ra";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user