From bf72d46084d6cefea3c3c131ae380dee0361e9ea Mon Sep 17 00:00:00 2001 From: aszlig Date: Sun, 9 Sep 2012 05:49:15 +0200 Subject: [PATCH] tkabber: Add missing meta.license. Signed-off-by: aszlig --- .../networking/instant-messengers/tkabber/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/networking/instant-messengers/tkabber/default.nix b/pkgs/applications/networking/instant-messengers/tkabber/default.nix index 56672dee33f0..6d0036c39b35 100644 --- a/pkgs/applications/networking/instant-messengers/tkabber/default.nix +++ b/pkgs/applications/networking/instant-messengers/tkabber/default.nix @@ -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; }; }