about summary refs log tree commit diff
path: root/nixpkgs/pkgs/tools/misc/astronomer
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/tools/misc/astronomer')
-rw-r--r--nixpkgs/pkgs/tools/misc/astronomer/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/tools/misc/astronomer/default.nix b/nixpkgs/pkgs/tools/misc/astronomer/default.nix
index fb10f428967b..77b30afa0529 100644
--- a/nixpkgs/pkgs/tools/misc/astronomer/default.nix
+++ b/nixpkgs/pkgs/tools/misc/astronomer/default.nix
@@ -19,7 +19,7 @@ buildGoModule rec {
   ldflags = [ "-s" "-w" ];
 
   meta = with lib; {
-    description = "A tool to detect illegitimate stars from bot accounts on GitHub projects";
+    description = "Tool to detect illegitimate stars from bot accounts on GitHub projects";
     homepage = "https://github.com/Ullaakut/astronomer";
     changelog = "https://github.com/Ullaakut/astronomer/releases/tag/${src.rev}";
     license = licenses.mit;