mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
metals: add jpaju as maintainer
This commit is contained in:
parent
f39106a7b9
commit
4355e2abb7
2 changed files with 6 additions and 1 deletions
|
@ -9857,6 +9857,11 @@
|
|||
github = "jpagex";
|
||||
githubId = 635768;
|
||||
};
|
||||
jpaju = {
|
||||
name = "Jaakko Paju";
|
||||
github = "jpaju";
|
||||
githubId = 36770267;
|
||||
};
|
||||
jpas = {
|
||||
name = "Jarrod Pas";
|
||||
email = "jarrod@jarrodpas.com";
|
||||
|
|
|
@ -38,6 +38,6 @@ stdenv.mkDerivation rec {
|
|||
license = licenses.asl20;
|
||||
description = "Language server for Scala";
|
||||
mainProgram = "metals";
|
||||
maintainers = with maintainers; [ fabianhjr tomahna ];
|
||||
maintainers = with maintainers; [ fabianhjr jpaju tomahna ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue