forked from mirrors/nixpkgs
qbittorrent: Fixup meta data.
This commit is contained in:
parent
d5604d07c2
commit
eb3d744af9
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue