change license
This commit is contained in:
@@ -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";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user