mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 18:24:53 +00:00
circleci-cli: add stig as maintainer
This commit is contained in:
@@ -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/";
|
||||
|
||||
Reference in New Issue
Block a user