groovy-language-server: add guilvareux as a maintainer
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user