tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
coreboot: use https for homepage
Matthew Bauer
8 years ago
725f7ca2
b3d8c08a
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
virtualization
cbfstool
default.nix
+1
-1
pkgs/applications/virtualization/cbfstool/default.nix
···
27
27
28
28
meta = with stdenv.lib; {
29
29
description = "Management utility for CBFS formatted ROM images";
30
30
-
homepage = http://www.coreboot.org;
30
30
+
homepage = https://www.coreboot.org;
31
31
license = licenses.gpl2;
32
32
maintainers = [ maintainers.tstrobel ];
33
33
platforms = platforms.linux;