about summary refs log tree commit diff
path: root/pkgs/tools/networking
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-01-04 18:01:08 +0000
committerGitHub <noreply@github.com>2022-01-04 18:01:08 +0000
commit6af0c1b3188e4376858ebf3637f2fc2134d83d32 (patch)
tree36490921157220a219a8a2b29c22b77f21fa07c5 /pkgs/tools/networking
parent36fd6430418293e1c7c0e40ac75fa3376888a546 (diff)
parent1be320317f5eb499e52eb3c8288ae0e6ddce3456 (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/tools/networking')
-rw-r--r--pkgs/tools/networking/oneshot/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/oneshot/default.nix b/pkgs/tools/networking/oneshot/default.nix
index 9c0f4469982b2..006fd3b259a80 100644
--- a/pkgs/tools/networking/oneshot/default.nix
+++ b/pkgs/tools/networking/oneshot/default.nix
@@ -21,6 +21,6 @@ buildGoModule rec {
     description = "A first-come-first-serve single-fire HTTP server";
     homepage = "https://github.com/raphaelreyna/oneshot";
     license = licenses.mit;
-    maintainers = with maintainers; [ edibopp ];
+    maintainers = with maintainers; [ milibopp ];
   };
 }