change license

This commit is contained in:
2023-12-03 15:20:33 +01:00
parent 641b2b0edc
commit efb6bb2c56

View File

@@ -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";
}; };