metals: add jpaju as maintainer

This commit is contained in:
Jaakko Paju 2024-04-23 23:25:05 +03:00
parent f39106a7b9
commit 4355e2abb7
2 changed files with 6 additions and 1 deletions

View File

@ -9857,6 +9857,11 @@
github = "jpagex"; github = "jpagex";
githubId = 635768; githubId = 635768;
}; };
jpaju = {
name = "Jaakko Paju";
github = "jpaju";
githubId = 36770267;
};
jpas = { jpas = {
name = "Jarrod Pas"; name = "Jarrod Pas";
email = "jarrod@jarrodpas.com"; email = "jarrod@jarrodpas.com";

View File

@ -38,6 +38,6 @@ stdenv.mkDerivation rec {
license = licenses.asl20; license = licenses.asl20;
description = "Language server for Scala"; description = "Language server for Scala";
mainProgram = "metals"; mainProgram = "metals";
maintainers = with maintainers; [ fabianhjr tomahna ]; maintainers = with maintainers; [ fabianhjr jpaju tomahna ];
}; };
} }