cnspec: change license to bsl11

This commit is contained in:
Marius Kimmina
2024-01-02 12:44:17 +01:00
parent 6786065ebd
commit 7b7d9a592c
+1 -1
View File
@@ -31,7 +31,7 @@ buildGoModule rec {
description = "An open source, cloud-native security and policy project";
homepage = "https://github.com/mondoohq/cnspec";
changelog = "https://github.com/mondoohq/cnspec/releases/tag/v${version}";
license = licenses.mpl20;
license = licenses.bsl11;
maintainers = with maintainers; [ fab ];
};
}