about summary refs log tree commit diff
path: root/pkgs/applications/file-managers/projectable/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/file-managers/projectable/default.nix')
-rw-r--r--pkgs/applications/file-managers/projectable/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/file-managers/projectable/default.nix b/pkgs/applications/file-managers/projectable/default.nix
index c5b6009bf22f2..207ea0d0ba0a7 100644
--- a/pkgs/applications/file-managers/projectable/default.nix
+++ b/pkgs/applications/file-managers/projectable/default.nix
@@ -40,7 +40,7 @@ rustPlatform.buildRustPackage rec {
   };
 
   meta = with lib; {
-    description = "A TUI file manager built for projects";
+    description = "TUI file manager built for projects";
     homepage = "https://github.com/dzfrias/projectable";
     changelog = "https://github.com/dzfrias/projectable/releases/tag/${src.rev}";
     license = licenses.mit;