ktorrent: Add missing meta.license

This commit is contained in:
Paul Hendry 2017-09-06 19:41:51 -07:00
parent c4c187ed72
commit f814c3d090

View file

@ -27,6 +27,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "KDE integrated BtTorrent client";
homepage = https://www.kde.org/applications/internet/ktorrent/;
license = licenses.gpl2;
maintainers = with maintainers; [ eelco ];
platforms = platforms.linux;
};