about summary refs log tree commit diff
path: root/pkgs/applications/audio/greg/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/greg/default.nix')
-rw-r--r--pkgs/applications/audio/greg/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/greg/default.nix b/pkgs/applications/audio/greg/default.nix
index 5e6d5e2583ab0..77ed401f6662d 100644
--- a/pkgs/applications/audio/greg/default.nix
+++ b/pkgs/applications/audio/greg/default.nix
@@ -17,7 +17,7 @@ with pythonPackages; buildPythonApplication rec {
 
   meta = with lib; {
     homepage = "https://github.com/manolomartinez/greg";
-    description = "A command-line podcast aggregator";
+    description = "Command-line podcast aggregator";
     mainProgram = "greg";
     license = licenses.gpl3;
     maintainers = with maintainers; [ edwtjo ];