From d1f2cd1b02fa43e44f1676321a1692f7a43444d3 Mon Sep 17 00:00:00 2001 From: Viacheslav Lotsmanov Date: Sat, 10 Jul 2021 03:08:03 +0300 Subject: [PATCH] psi-plus: add unclechu to the maintainers list See https://github.com/NixOS/nixpkgs/pull/129710#issuecomment-877328671 --- .../networking/instant-messengers/psi-plus/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/instant-messengers/psi-plus/default.nix b/pkgs/applications/networking/instant-messengers/psi-plus/default.nix index c180cdb4e01f..04db0cf79471 100644 --- a/pkgs/applications/networking/instant-messengers/psi-plus/default.nix +++ b/pkgs/applications/networking/instant-messengers/psi-plus/default.nix @@ -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; };