coreboot: use https for homepage

This commit is contained in:
Matthew Bauer 2017-08-17 14:58:28 -07:00
parent b3d8c08a55
commit 725f7ca2ef

View File

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Management utility for CBFS formatted ROM images"; description = "Management utility for CBFS formatted ROM images";
homepage = http://www.coreboot.org; homepage = https://www.coreboot.org;
license = licenses.gpl2; license = licenses.gpl2;
maintainers = [ maintainers.tstrobel ]; maintainers = [ maintainers.tstrobel ];
platforms = platforms.linux; platforms = platforms.linux;