about summary refs log tree commit diff
path: root/pkgs/tools/system/journalwatch/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/journalwatch/default.nix')
-rw-r--r--pkgs/tools/system/journalwatch/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/journalwatch/default.nix b/pkgs/tools/system/journalwatch/default.nix
index 3eea1a3796564..b732af4771699 100644
--- a/pkgs/tools/system/journalwatch/default.nix
+++ b/pkgs/tools/system/journalwatch/default.nix
@@ -31,7 +31,7 @@ buildPythonPackage rec {
 
 
   meta = with lib; {
-    description = "journalwatch is a tool to find error messages in the systemd journal.";
+    description = "A tool to find error messages in the systemd journal";
     homepage = "https://github.com/The-Compiler/journalwatch";
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ florianjacob ];