summary refs log tree commit diff
path: root/pkgs/tools/networking/subfinder
diff options
context:
space:
mode:
authorMisaka13514 <Misaka13514@gmail.com>2023-08-13 23:24:05 +0800
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-08-13 17:18:10 +0000
commit6198e6be7f7f29ea0b1ee0482b7f56f904c271cb (patch)
treef479836ee7ad304fdc2ff5c0e0a32d0436ec3fda /pkgs/tools/networking/subfinder
parent07f923ae3a22187bc81b55797adcaea0f5c14cdf (diff)
subfinder: add Misaka13514 to maintainers
Diffstat (limited to 'pkgs/tools/networking/subfinder')
-rw-r--r--pkgs/tools/networking/subfinder/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/subfinder/default.nix b/pkgs/tools/networking/subfinder/default.nix
index 8f263685fd103..7eaa8c24c5248 100644
--- a/pkgs/tools/networking/subfinder/default.nix
+++ b/pkgs/tools/networking/subfinder/default.nix
@@ -31,6 +31,6 @@ buildGoModule rec {
     '';
     homepage = "https://github.com/projectdiscovery/subfinder";
     license = licenses.mit;
-    maintainers = with maintainers; [ fpletz Br1ght0ne ];
+    maintainers = with maintainers; [ fpletz Br1ght0ne Misaka13514 ];
   };
 }