aboutsummaryrefslogtreecommitdiffhomepage
path: root/pkgs/hgrep
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-06-22 20:55:42 +0900
committernsfisis <nsfisis@gmail.com>2026-06-22 20:55:48 +0900
commit073d6f426dbf2970ba198ae1b292ea0b79c4b11f (patch)
tree6fcf37434b3931260f67670dc51cd09f96e2f7a1 /pkgs/hgrep
parent4f343221bce66f5de3ad1438aac1cff15f93c2a6 (diff)
downloadnur-packages-073d6f426dbf2970ba198ae1b292ea0b79c4b11f.tar.gz
nur-packages-073d6f426dbf2970ba198ae1b292ea0b79c4b11f.tar.zst
nur-packages-073d6f426dbf2970ba198ae1b292ea0b79c4b11f.zip
feat(mo): init at 1.6.1
Diffstat (limited to 'pkgs/hgrep')
-rw-r--r--pkgs/hgrep/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/hgrep/default.nix b/pkgs/hgrep/default.nix
index ed4c531..33f986d 100644
--- a/pkgs/hgrep/default.nix
+++ b/pkgs/hgrep/default.nix
@@ -47,7 +47,7 @@ rustPlatform.buildRustPackage rec {
'';
meta = {
- description = "hgrep is a grep tool with human-friendly search output. This is similar to `-C` option of `grep` command, but its output is enhanced with syntax highlighting focusing on human readable outputs.";
+ description = "Grep tool with human-friendly search output. This is similar to `-C` option of `grep` command, but its output is enhanced with syntax highlighting focusing on human readable outputs.";
homepage = "https://github.com/rhysd/hgrep";
changelog = "https://github.com/rhysd/hgrep/raw/v${version}/CHANGELOG.md";
license = lib.licenses.mit;