cnspec: add myself as a maintainer of the package

This commit is contained in:
Marius Kimmina
2024-01-02 12:44:56 +01:00
parent 7b7d9a592c
commit d920a0d5a0
+1 -1
View File
@@ -32,6 +32,6 @@ buildGoModule rec {
homepage = "https://github.com/mondoohq/cnspec";
changelog = "https://github.com/mondoohq/cnspec/releases/tag/v${version}";
license = licenses.bsl11;
maintainers = with maintainers; [ fab ];
maintainers = with maintainers; [ fab mariuskimmina ];
};
}