about summary refs log tree commit diff
path: root/pkgs/tools/misc/tere
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-06-10 00:02:49 +0000
committerGitHub <noreply@github.com>2024-06-10 00:02:49 +0000
commitc8c2ff3b9b30b86eba2951d46ca8dc3684ce6a1e (patch)
tree83976206036b0895d7f1142a7a9df31231e125ea /pkgs/tools/misc/tere
parent07c48ff2c9f43cd433a4841b789db9cc3bf16dd1 (diff)
parentc96a6f10efd5851a5c7efac63e7594bb2b81b1b4 (diff)
Merge staging-next into staging
Diffstat (limited to 'pkgs/tools/misc/tere')
-rw-r--r--pkgs/tools/misc/tere/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/tere/default.nix b/pkgs/tools/misc/tere/default.nix
index 0d1f35088711f..61afcbca9a19e 100644
--- a/pkgs/tools/misc/tere/default.nix
+++ b/pkgs/tools/misc/tere/default.nix
@@ -50,7 +50,7 @@ rustPlatform.buildRustPackage {
       "${python-with-toml}/bin/python3 ${script}";
 
   meta = with lib; {
-    description = "A faster alternative to cd + ls";
+    description = "Faster alternative to cd + ls";
     homepage = "https://github.com/mgunyho/tere";
     license = licenses.eupl12;
     maintainers = with maintainers; [ ProducerMatt ];