change license
This commit is contained in:
parent
641b2b0edc
commit
efb6bb2c56
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ buildGoModule rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Improves container isolation";
|
description = "Improves container isolation";
|
||||||
homepage = "https://github.com/nestybox/sysbox";
|
homepage = "https://github.com/nestybox/sysbox";
|
||||||
license = licenses.apache;
|
license = licenses.asl20;
|
||||||
broken = stdenv.isDarwin;
|
broken = stdenv.isDarwin;
|
||||||
mainProgram = "sysbox-runc";
|
mainProgram = "sysbox-runc";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue