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";
|
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";
|
||||||
|
|
|
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue