From 308cb342c912cc5fdbd3f1424dfc6f2f512a67b9 Mon Sep 17 00:00:00 2001 From: Dave Anderson Date: Fri, 26 Apr 2024 11:36:31 -0700 Subject: maintainers: drop danderson --- pkgs/development/tools/gotools/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development/tools/gotools') diff --git a/pkgs/development/tools/gotools/default.nix b/pkgs/development/tools/gotools/default.nix index 0a31db2779b29..d0affbabdbc72 100644 --- a/pkgs/development/tools/gotools/default.nix +++ b/pkgs/development/tools/gotools/default.nix @@ -38,6 +38,6 @@ buildGoModule rec { ''; homepage = "https://go.googlesource.com/tools"; license = licenses.bsd3; - maintainers = with maintainers; [ danderson SuperSandro2000 ]; + maintainers = with maintainers; [ SuperSandro2000 ]; }; } -- cgit 1.4.1