about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p
diff options
context:
space:
mode:
authorPaul Hendry <paul@pshendry.com>2017-09-06 19:41:51 -0700
committerPaul Hendry <paul@pshendry.com>2017-09-16 20:26:54 -0700
commitf814c3d0900bdcfac29e133b81df1fa2a192e6e2 (patch)
tree57367f98a765aab72ece1b57768986717c7157f4 /pkgs/applications/networking/p2p
parentc4c187ed7226e2132c13070444d05642ec82915d (diff)
downloadnixlib-f814c3d0900bdcfac29e133b81df1fa2a192e6e2.tar
nixlib-f814c3d0900bdcfac29e133b81df1fa2a192e6e2.tar.gz
nixlib-f814c3d0900bdcfac29e133b81df1fa2a192e6e2.tar.bz2
nixlib-f814c3d0900bdcfac29e133b81df1fa2a192e6e2.tar.lz
nixlib-f814c3d0900bdcfac29e133b81df1fa2a192e6e2.tar.xz
nixlib-f814c3d0900bdcfac29e133b81df1fa2a192e6e2.tar.zst
nixlib-f814c3d0900bdcfac29e133b81df1fa2a192e6e2.zip
ktorrent: Add missing meta.license
Diffstat (limited to 'pkgs/applications/networking/p2p')
-rw-r--r--pkgs/applications/networking/p2p/ktorrent/default.nix1
1 files changed, 1 insertions, 0 deletions
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;
   };