coreboot: use https for homepage

+1 -1
+1 -1
pkgs/applications/virtualization/cbfstool/default.nix
··· 27 28 meta = with stdenv.lib; { 29 description = "Management utility for CBFS formatted ROM images"; 30 - homepage = http://www.coreboot.org; 31 license = licenses.gpl2; 32 maintainers = [ maintainers.tstrobel ]; 33 platforms = platforms.linux;
··· 27 28 meta = with stdenv.lib; { 29 description = "Management utility for CBFS formatted ROM images"; 30 + homepage = https://www.coreboot.org; 31 license = licenses.gpl2; 32 maintainers = [ maintainers.tstrobel ]; 33 platforms = platforms.linux;