about summary refs log tree commit diff
path: root/pkgs/tools/misc/conserver/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/conserver/default.nix')
-rw-r--r--pkgs/tools/misc/conserver/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/conserver/default.nix b/pkgs/tools/misc/conserver/default.nix
index 30ac050ee0d33..ca066c834b8a9 100644
--- a/pkgs/tools/misc/conserver/default.nix
+++ b/pkgs/tools/misc/conserver/default.nix
@@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     homepage = "https://www.conserver.com/";
-    description = "An application that allows multiple users to watch a serial console at the same time";
+    description = "Application that allows multiple users to watch a serial console at the same time";
     license = licenses.bsd3;
     platforms = platforms.unix;
     maintainers = with maintainers; [ sarcasticadmin ];