treewide:replace http by https when https is a permanent redirection

This commit is contained in:
Ferry Jérémie
2023-02-19 21:43:38 +01:00
parent 48d298f853
commit bfac2d0034
95 changed files with 110 additions and 110 deletions

View File

@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
homepage = "http://httpunit.sourceforge.net";
homepage = "https://httpunit.sourceforge.net";
platforms = platforms.unix;
license = licenses.mit;
};