about summary refs log tree commit diff
path: root/pkgs/tools/networking/xh/default.nix
diff options
context:
space:
mode:
authorNaïm Favier <n@monade.li>2024-03-31 10:23:44 +0200
committerNaïm Favier <n@monade.li>2024-03-31 10:23:44 +0200
commit92514e4863088499459c02c99e83465d654d188b (patch)
tree84337a8387c705aa7545ace44e9eacb2bbc6b038 /pkgs/tools/networking/xh/default.nix
parent47ac0b2cc151c398636318e24ec6076bad37c58e (diff)
parent04e15baaadf09ff9043458d84459d51d94ea2501 (diff)
Merge branch 'master' into haskell-updates
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 ];
   };
 }