Merge pull request #78265 from Synthetica9/https-homepages

treewide: fix redirected urls
This commit is contained in:
Silvan Mosberger
2020-01-27 15:00:53 +01:00
committed by GitHub
77 changed files with 92 additions and 92 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib;
{ description = "Network boot firmware";
homepage = http://ipxe.org/;
homepage = https://ipxe.org/;
license = licenses.gpl2;
maintainers = with maintainers; [ ehmry ];
platforms = [ "x86_64-linux" "i686-linux" ];