summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorNathaniel Baxter <nathaniel.baxter@gmail.com>2014-09-25 12:49:14 +1000
committerNathaniel Baxter <nathaniel.baxter@gmail.com>2014-09-25 12:52:23 +1000
commiteb3d744af94ff028a5c3fa66ca9d4fe99a455119 (patch)
tree62cafc56b0e25afe300eee2cf8f92456bc131e6f /pkgs/applications
parentd5604d07c23b05801402b3fcd37fcb20bb48e55a (diff)
downloadnixlib-eb3d744af94ff028a5c3fa66ca9d4fe99a455119.tar
nixlib-eb3d744af94ff028a5c3fa66ca9d4fe99a455119.tar.gz
nixlib-eb3d744af94ff028a5c3fa66ca9d4fe99a455119.tar.bz2
nixlib-eb3d744af94ff028a5c3fa66ca9d4fe99a455119.tar.lz
nixlib-eb3d744af94ff028a5c3fa66ca9d4fe99a455119.tar.xz
nixlib-eb3d744af94ff028a5c3fa66ca9d4fe99a455119.tar.zst
nixlib-eb3d744af94ff028a5c3fa66ca9d4fe99a455119.zip
qbittorrent: Fixup meta data.
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/p2p/qbittorrent/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/applications/networking/p2p/qbittorrent/default.nix b/pkgs/applications/networking/p2p/qbittorrent/default.nix
index d0fe55ee46a5..b896cc8e05bc 100644
--- a/pkgs/applications/networking/p2p/qbittorrent/default.nix
+++ b/pkgs/applications/networking/p2p/qbittorrent/default.nix
@@ -17,9 +17,11 @@ stdenv.mkDerivation rec {
 
   enableParallelBuilding = true;
 
-  meta = {
+  meta = with stdenv.lib; {
     description = "Free Software alternative to µtorrent";
     homepage = http://www.qbittorrent.org/;
-    maintainers = with stdenv.lib.maintainers; [ viric ];
+    license = licenses.gpl2;
+    maintainers = with maintainers; [ viric ];
+    platforms = platforms.linux;
   };
 }