From f96942e68bef55a89123b92a6a14dc2fa6bfdebc Mon Sep 17 00:00:00 2001 From: Jennifer Graul Date: Mon, 16 Oct 2023 14:04:05 +0200 Subject: [PATCH] oui: change maintainters to wdz team --- pkgs/tools/networking/oui/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/networking/oui/default.nix b/pkgs/tools/networking/oui/default.nix index af9f564bf0f4..517eb06507b4 100644 --- a/pkgs/tools/networking/oui/default.nix +++ b/pkgs/tools/networking/oui/default.nix @@ -17,6 +17,6 @@ buildGoModule rec { description = "MAC Address CLI Toolkit"; homepage = "https://github.com/thatmattlove/oui"; license = with licenses; [ bsd3 ]; - maintainers = [ maintainers.netali ]; + maintainers = teams.wdz.members; }; }