coreboot: use https for homepage
This commit is contained in:
parent
b3d8c08a55
commit
725f7ca2ef
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user