about summary refs log tree commit diff
path: root/pkgs/applications/video/vivictpp/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/video/vivictpp/default.nix')
-rw-r--r--pkgs/applications/video/vivictpp/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/vivictpp/default.nix b/pkgs/applications/video/vivictpp/default.nix
index e2fc34340fc5b..114718177afec 100644
--- a/pkgs/applications/video/vivictpp/default.nix
+++ b/pkgs/applications/video/vivictpp/default.nix
@@ -64,7 +64,7 @@ in stdenv.mkDerivation rec {
   '';
 
   meta = with lib; {
-    description = "An easy to use tool for subjective comparison of the visual quality of different encodings of the same video source";
+    description = "Easy to use tool for subjective comparison of the visual quality of different encodings of the same video source";
     homepage = "https://github.com/vivictorg/vivictpp";
     license = licenses.gpl2Plus;
     platforms = platforms.unix;