cnspec: change license to bsl11

This commit is contained in:
Marius Kimmina 2024-01-02 10:21:50 +01:00
parent 6786065ebd
commit 7b7d9a592c
No known key found for this signature in database

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 ];
};
}