psi-plus: add unclechu to the maintainers list

See https://github.com/NixOS/nixpkgs/pull/129710#issuecomment-877328671
This commit is contained in:
Viacheslav Lotsmanov 2021-07-10 03:08:03 +03:00
parent 4492c776eb
commit d1f2cd1b02
No known key found for this signature in database
GPG Key ID: D276FF7467007335

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;
};