about summary refs log tree commit diff
path: root/pkgs/tools/networking
diff options
context:
space:
mode:
authorEmilia Bopp <contact@ebopp.de>2022-01-04 13:29:54 +0100
committerEmilia Bopp <contact@ebopp.de>2022-01-04 13:29:54 +0100
commit7964ed91b12116b3afefebbc1e6bdeaaa5b82f7d (patch)
tree643585cff3f0378a416a3bb513bd773207ea5e5f /pkgs/tools/networking
parent865219a09dcc4f97f3ab2f8cfcb5ab6890cda461 (diff)
maintainers: update personal details
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 ];
   };
 }