psi-plus: update license to gpl2Only

This commit is contained in:
misuzu 2021-05-10 17:07:42 +03:00
parent 9439bb5316
commit ab76abeaf9

View File

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