summary refs log tree commit diff
path: root/pkgs/applications/video/quvi/tool.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/video/quvi/tool.nix')
-rw-r--r--pkgs/applications/video/quvi/tool.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/quvi/tool.nix b/pkgs/applications/video/quvi/tool.nix
index b2ddabfa6a8..f8b6aad4310 100644
--- a/pkgs/applications/video/quvi/tool.nix
+++ b/pkgs/applications/video/quvi/tool.nix
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
   buildInputs = [ pkgconfig lua5 curl quvi_scripts libquvi ];
 
   meta = { 
-    description = "Quvi is a web video downloader.";
+    description = "Web video downloader";
     homepage = http://quvi.sf.net;
     license = "LGPLv2.1+";
     platforms = stdenv.lib.platforms.linux;