tailscale-nginx-auth: drop phaer from maintainers

This commit is contained in:
phaer
2026-02-28 11:17:05 +01:00
parent 272f982aaf
commit 9215660f66
@@ -32,6 +32,6 @@ buildGoModule {
description = "Tool that allows users to use Tailscale Whois authentication with NGINX as a reverse proxy";
license = lib.licenses.bsd3;
mainProgram = "tailscale.nginx-auth";
maintainers = with lib.maintainers; [ phaer ];
maintainers = [ ];
};
}