From f814c3d0900bdcfac29e133b81df1fa2a192e6e2 Mon Sep 17 00:00:00 2001 From: Paul Hendry Date: Wed, 6 Sep 2017 19:41:51 -0700 Subject: [PATCH] ktorrent: Add missing meta.license --- pkgs/applications/networking/p2p/ktorrent/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/networking/p2p/ktorrent/default.nix b/pkgs/applications/networking/p2p/ktorrent/default.nix index d9ffb6e2aa97..219615abb02a 100644 --- a/pkgs/applications/networking/p2p/ktorrent/default.nix +++ b/pkgs/applications/networking/p2p/ktorrent/default.nix @@ -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; };