mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
groovy-language-server: add guilvareux as a maintainer
This commit is contained in:
parent
627c228bca
commit
56a367b41c
2 changed files with 7 additions and 1 deletions
|
|
@ -9980,6 +9980,12 @@
|
|||
githubId = 1949438;
|
||||
name = "Guillaume Matheron";
|
||||
};
|
||||
guilvareux = {
|
||||
email = "paul@alcock.dev";
|
||||
github = "guilvareux";
|
||||
githubId = 25768075;
|
||||
name = "Paul Alcock";
|
||||
};
|
||||
guitargeek = {
|
||||
email = "jonas.rembser@cern.ch";
|
||||
github = "guitargeek";
|
||||
|
|
|
|||
|
|
@ -61,6 +61,6 @@ stdenv.mkDerivation (finalAttrs: rec {
|
|||
longDescription = "Groovy Language Server";
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.all;
|
||||
maintainers = [ ];
|
||||
maintainers = [ maintainers.guilvareux ];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue