about summary refs log tree commit diff
path: root/pkgs/tools/networking/xh
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-11-10 20:38:50 +0100
committerGitHub <noreply@github.com>2022-11-10 20:38:50 +0100
commitcf2b292717e77d5872f3ed7dd5304c39230f9980 (patch)
tree4f6f8d47dbab7c24b9112f1558ad8e5c8ff350fa /pkgs/tools/networking/xh
parent733ea72e166733abbe4f6ba9aed25f1bfff3d0a5 (diff)
parent73c49c896fa5ad251cb1cfd2bc4ad3d39f424f3d (diff)
Merge pull request #200569 from SuperSandro2000/xh-maintainer
Diffstat (limited to 'pkgs/tools/networking/xh')
-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 219d7a4057f57..f806b46b6944f 100644
--- a/pkgs/tools/networking/xh/default.nix
+++ b/pkgs/tools/networking/xh/default.nix
@@ -61,6 +61,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; [ payas SuperSandro2000 ];
+    maintainers = with maintainers; [ payas ];
   };
 }