3
0
Fork 0
forked from mirrors/nixpkgs

qbittorrent: Fixup meta data.

This commit is contained in:
Nathaniel Baxter 2014-09-25 12:49:14 +10:00
parent d5604d07c2
commit eb3d744af9

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