about summary refs log tree commit diff
path: root/pkgs/applications/editors/rednotebook/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/rednotebook/default.nix')
-rw-r--r--pkgs/applications/editors/rednotebook/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/rednotebook/default.nix b/pkgs/applications/editors/rednotebook/default.nix
index 645e719823a1e..8cf715c51f2e1 100644
--- a/pkgs/applications/editors/rednotebook/default.nix
+++ b/pkgs/applications/editors/rednotebook/default.nix
@@ -33,7 +33,7 @@ buildPythonApplication rec {
   meta = with lib; {
     homepage = "https://rednotebook.sourceforge.io/";
     changelog = "https://github.com/jendrikseipp/rednotebook/blob/v${version}/CHANGELOG.md";
-    description = "A modern journal that includes a calendar navigation, customizable templates, export functionality and word clouds";
+    description = "Modern journal that includes a calendar navigation, customizable templates, export functionality and word clouds";
     license = licenses.gpl2Plus;
     maintainers = with maintainers; [ orivej ];
     mainProgram = "rednotebook";