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 = "1.1.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://github.com/gnosek/fcgiwrap/archive/${version}.tar.gz";
|
||||
url = "https://github.com/gnosek/fcgiwrap/archive/${version}.tar.gz";
|
||||
sha256 = "07y6s4mm86cv7p1ljz94sxnqa89y9amn3vzwsnbq5hrl4vdy0zac";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user