terramate: add asininemonkey to maintainers

This commit is contained in:
Jose Cardoso 2024-10-08 16:33:00 +01:00
parent 8ffe4bbf5e
commit 6113cfd7fc
No known key found for this signature in database

View File

@ -30,6 +30,6 @@ buildGoModule rec {
homepage = "https://github.com/terramate-io/terramate";
changelog = "https://github.com/terramate-io/terramate/releases/tag/v${version}";
license = licenses.mpl20;
maintainers = with maintainers; [ dit7ya ];
maintainers = with maintainers; [ dit7ya asininemonkey ];
};
}