about summary refs log tree commit diff
path: root/pkgs/tools/networking/v2raya
diff options
context:
space:
mode:
authorChaosAttractor <lostattractor@gmail.com>2024-03-07 04:28:49 +0800
committerChaosAttractor <lostattractor@gmail.com>2024-03-08 10:04:33 +0800
commit1e4f602e447c09c8df008e0aeeb871952b4503e1 (patch)
tree69568fa8b0ea94db11247f25454cc471927ecbfa /pkgs/tools/networking/v2raya
parent6ecfaee6160b9a4b7113218e4809c0c7e2e4b47e (diff)
v2raya: change maintainers to ChaosAttractor
Diffstat (limited to 'pkgs/tools/networking/v2raya')
-rw-r--r--pkgs/tools/networking/v2raya/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/v2raya/default.nix b/pkgs/tools/networking/v2raya/default.nix
index 01dc8a27d46b8..298b27a14ef48 100644
--- a/pkgs/tools/networking/v2raya/default.nix
+++ b/pkgs/tools/networking/v2raya/default.nix
@@ -94,6 +94,6 @@ buildGoModule {
     mainProgram = "v2rayA";
     license = licenses.agpl3Only;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ elliot ];
+    maintainers = with maintainers; [ ChaosAttractor ];
   };
 }