Merge pull request #129795 from unclechu/psi-plus-add-unclechu-to-maintainers-list

This commit is contained in:
Sandro 2021-07-10 02:45:59 +02:00 committed by GitHub
commit 9e7bb4c19f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions

View file

@ -10878,6 +10878,16 @@
githubId = 1607770;
name = "Ulrik Strid";
};
unclechu = {
name = "Viacheslav Lotsmanov";
email = "lotsmanov89@gmail.com";
github = "unclechu";
githubId = 799353;
keys = [{
longkeyid = "rsa4096/0xD276FF7467007335";
fingerprint = "EE59 5E29 BB5B F2B3 5ED2 3F1C D276 FF74 6700 7335";
}];
};
unode = {
email = "alves.rjc@gmail.com";
github = "unode";

View file

@ -45,7 +45,7 @@ mkDerivation rec {
meta = with lib; {
homepage = "https://psi-plus.com";
description = "XMPP (Jabber) client";
maintainers = with maintainers; [ orivej misuzu ];
maintainers = with maintainers; [ orivej misuzu unclechu ];
license = licenses.gpl2Only;
platforms = platforms.linux;
};