maintainers: add gytis-ivaskevicius

This commit is contained in:
Gytis Ivaskevicius 2021-02-16 01:22:05 +02:00 committed by Edward Tjörnhammar
parent 6508977c17
commit c1441787d2
2 changed files with 7 additions and 1 deletions

View file

@ -3587,6 +3587,12 @@
githubId = 443978; githubId = 443978;
name = "Gabriel Volpe"; name = "Gabriel Volpe";
}; };
gytis-ivaskevicius = {
name = "Gytis Ivaskevicius";
email = "me@gytis.io";
github = "gytis-ivaskevicius";
githubId = 23264966;
};
hakuch = { hakuch = {
email = "hakuch@gmail.com"; email = "hakuch@gmail.com";
github = "hakuch"; github = "hakuch";

View file

@ -135,7 +135,7 @@ let
with JUnit, TestNG, popular SCMs, Ant & Maven. Also known with JUnit, TestNG, popular SCMs, Ant & Maven. Also known
as IntelliJ. as IntelliJ.
''; '';
maintainers = with maintainers; [ edwtjo ]; maintainers = with maintainers; [ edwtjo gytis-ivaskevicius ];
platforms = [ "x86_64-darwin" "i686-darwin" "i686-linux" "x86_64-linux" ]; platforms = [ "x86_64-darwin" "i686-darwin" "i686-linux" "x86_64-linux" ];
}; };
}); });