about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p/jesec-rtorrent/libtorrent.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/p2p/jesec-rtorrent/libtorrent.nix')
-rw-r--r--pkgs/applications/networking/p2p/jesec-rtorrent/libtorrent.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/p2p/jesec-rtorrent/libtorrent.nix b/pkgs/applications/networking/p2p/jesec-rtorrent/libtorrent.nix
index 7acfee3671dac..6329ce94d5b18 100644
--- a/pkgs/applications/networking/p2p/jesec-rtorrent/libtorrent.nix
+++ b/pkgs/applications/networking/p2p/jesec-rtorrent/libtorrent.nix
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     homepage = "https://github.com/jesec/libtorrent";
-    description = "A BitTorrent library written in C++ for *nix, with focus on high performance and good code (jesec's fork)";
+    description = "BitTorrent library written in C++ for *nix, with focus on high performance and good code (jesec's fork)";
     license = licenses.gpl2Plus;
     maintainers = with maintainers; [ winter AndersonTorres ];
     platforms = platforms.linux;