qbittorrent: Fixup meta data.
This commit is contained in:
parent
d5604d07c2
commit
eb3d744af9
|
@ -17,9 +17,11 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Free Software alternative to µtorrent";
|
description = "Free Software alternative to µtorrent";
|
||||||
homepage = http://www.qbittorrent.org/;
|
homepage = http://www.qbittorrent.org/;
|
||||||
maintainers = with stdenv.lib.maintainers; [ viric ];
|
license = licenses.gpl2;
|
||||||
|
maintainers = with maintainers; [ viric ];
|
||||||
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue