tkabber: Add missing meta.license.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig
2012-09-09 05:49:15 +02:00
parent 5b59bb4d28
commit bf72d46084

View File

@@ -43,5 +43,6 @@ in stdenv.mkDerivation rec {
meta = {
homepage = "http://tkabber.jabber.ru/";
description = "A GUI client for the XMPP (Jabber) instant messaging protocol";
license = stdenv.lib.licenses.gpl2;
};
}