qbittorrent: Fixup meta data.

This commit is contained in:
Nathaniel Baxter 2014-09-25 12:49:14 +10:00
parent d5604d07c2
commit eb3d744af9
1 changed files with 4 additions and 2 deletions

View File

@ -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;
};
}