Merge pull request #278237 from mariuskimmina/master

cnspec: Change license and add maintainer
This commit is contained in:
Nick Cao
2024-01-02 11:19:49 -05:00
committed by GitHub
+2 -2
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;
maintainers = with maintainers; [ fab ];
license = licenses.bsl11;
maintainers = with maintainers; [ fab mariuskimmina ];
};
}