about summary refs log tree commit diff
path: root/pkgs/tools/text/ugrep
diff options
context:
space:
mode:
authorMikael Fangel <34864484+MikaelFangel@users.noreply.github.com>2023-11-17 21:19:54 +0100
committerMikael Fangel <34864484+MikaelFangel@users.noreply.github.com>2023-11-17 21:19:54 +0100
commit06a33e1ed984c5d5416b43e13728892575af7450 (patch)
tree9610cbde6c4ef0232988a7e1356ae3f37e59e6bc /pkgs/tools/text/ugrep
parent679115ab2921fa6c346f0999bd9044f89bcb2f11 (diff)
ugrep: add mikaelfangel as maintainer
Diffstat (limited to 'pkgs/tools/text/ugrep')
-rw-r--r--pkgs/tools/text/ugrep/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/ugrep/default.nix b/pkgs/tools/text/ugrep/default.nix
index 49bf80ed8a5b0..a8acf6f1aa425 100644
--- a/pkgs/tools/text/ugrep/default.nix
+++ b/pkgs/tools/text/ugrep/default.nix
@@ -39,7 +39,7 @@ stdenv.mkDerivation (finalAttrs: {
     description = "Ultra fast grep with interactive query UI";
     homepage = "https://github.com/Genivia/ugrep";
     changelog = "https://github.com/Genivia/ugrep/releases/tag/v${finalAttrs.version}";
-    maintainers = with maintainers; [ numkem ];
+    maintainers = with maintainers; [ numkem mikaelfangel ];
     license = licenses.bsd3;
     platforms = platforms.all;
   };