about summary refs log tree commit diff
path: root/pkgs/development/tools/hover/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/hover/default.nix')
-rw-r--r--pkgs/development/tools/hover/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/hover/default.nix b/pkgs/development/tools/hover/default.nix
index 7e4259473801..86630d33cea3 100644
--- a/pkgs/development/tools/hover/default.nix
+++ b/pkgs/development/tools/hover/default.nix
@@ -37,7 +37,7 @@ let
     inherit pname version;
 
     meta = with lib; {
-      description = "A build tool to run Flutter applications on desktop";
+      description = "Build tool to run Flutter applications on desktop";
       homepage = "https://github.com/go-flutter-desktop/hover";
       license = licenses.bsd3;
       platforms = platforms.linux;