psi: specify license (#43716)

This commit is contained in:
Orivej Desh
2018-09-04 07:41:08 +00:00
parent d22e22e2dd
commit 0f1125975a
2 changed files with 4 additions and 2 deletions
@@ -42,6 +42,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "XMPP (Jabber) client";
maintainers = with maintainers; [ orivej ];
license = licenses.gpl2;
platforms = platforms.linux;
};
}