about summary refs log tree commit diff
path: root/pkgs/by-name/fl/flip/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/fl/flip/package.nix')
-rw-r--r--pkgs/by-name/fl/flip/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/fl/flip/package.nix b/pkgs/by-name/fl/flip/package.nix
index f7957c0990b00..23e352a090319 100644
--- a/pkgs/by-name/fl/flip/package.nix
+++ b/pkgs/by-name/fl/flip/package.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation {
   enableParallelBuilding = true;
 
   meta = with lib; {
-    description = "A tool for visualizing and communicating the errors in rendered images.";
+    description = "Tool for visualizing and communicating the errors in rendered images";
     license = licenses.bsd3;
     platforms = platforms.unix;
     maintainers = with maintainers; [ zmitchell ];