about summary refs log tree commit diff
path: root/pkgs/applications/misc/twmn/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/twmn/default.nix')
-rw-r--r--pkgs/applications/misc/twmn/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/twmn/default.nix b/pkgs/applications/misc/twmn/default.nix
index d4b4d1d9d8035..7700c62a50642 100644
--- a/pkgs/applications/misc/twmn/default.nix
+++ b/pkgs/applications/misc/twmn/default.nix
@@ -28,7 +28,7 @@ mkDerivation {
   '';
 
   meta = {
-    description = "A notification system for tiling window managers";
+    description = "Notification system for tiling window managers";
     homepage = "https://github.com/sboli/twmn";
     platforms = with lib.platforms; linux;
     maintainers = [ lib.maintainers.matejc ];