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
commit a83f8e2592
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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