Update homepage attributes: http -> https

Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated
https://repology.org/repository/nix_stable/problems
This commit is contained in:
mimadrid
2017-08-03 11:56:15 +02:00
parent be6170d803
commit 09e0cc7cc7
216 changed files with 228 additions and 228 deletions
+2 -2
View File
@@ -13,12 +13,12 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ raskin ];
platforms = platforms.linux;
license = licenses.bsd3;
homepage = http://www.kernel.org/pub/software/network/tftp/;
homepage = https://www.kernel.org/pub/software/network/tftp/;
};
passthru = {
updateInfo = {
downloadPage = "http://www.kernel.org/pub/software/network/tftp/";
downloadPage = "https://www.kernel.org/pub/software/network/tftp/";
};
};
}