circleci-cli: add stig as maintainer

This commit is contained in:
Stig Brautaset
2026-08-19 17:30:50 +01:00
parent 3ae4943a13
commit b83f0877fa

View File

@@ -44,7 +44,7 @@ buildGoModule (finalAttrs: {
Command to enable you to reproduce the CircleCI environment locally and
run jobs as if they were running on the hosted CircleCI application.
'';
maintainers = [ ];
maintainers = with lib.maintainers; [ stig ];
mainProgram = "circleci";
license = lib.licenses.mit;
homepage = "https://circleci.com/";