about summary refs log tree commit diff
path: root/pkgs/tools/networking/xh/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/xh/default.nix')
-rw-r--r--pkgs/tools/networking/xh/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/xh/default.nix b/pkgs/tools/networking/xh/default.nix
index a2cbf816fab7d..826987af508a1 100644
--- a/pkgs/tools/networking/xh/default.nix
+++ b/pkgs/tools/networking/xh/default.nix
@@ -59,6 +59,6 @@ rustPlatform.buildRustPackage rec {
     homepage = "https://github.com/ducaale/xh";
     changelog = "https://github.com/ducaale/xh/blob/v${version}/CHANGELOG.md";
     license = licenses.mit;
-    maintainers = with maintainers; [ figsoda payas ];
+    maintainers = with maintainers; [ figsoda bhankas ];
   };
 }