tkabber-plugins: Add missing meta attributes.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2012-09-09 05:51:56 +02:00
parent bf72d46084
commit e18227378a
No known key found for this signature in database
GPG key ID: D0EBD0EC8C2DC961

View file

@ -12,4 +12,10 @@ stdenv.mkDerivation rec {
configurePhase = ''
sed -e "s@/usr/local@$out@" -i Makefile
'';
meta = {
homepage = "http://tkabber.jabber.ru/tkabber-plugins";
description = "Plugins for the Tkabber instant messenger";
license = stdenv.lib.licenses.gpl2;
};
}