jenkins: add myself to maintainers
This commit is contained in:
parent
f2c28f668c
commit
22384877ea
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://jenkins-ci.org";
|
||||
sourceProvenance = with sourceTypes; [ binaryBytecode ];
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ coconnor earldouglas nequissimus ];
|
||||
maintainers = with maintainers; [ coconnor earldouglas nequissimus ajs124 ];
|
||||
mainProgram = "jenkins-cli";
|
||||
platforms = platforms.all;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue