tailscale-nginx-auth: drop phaer from maintainers (#495164)

This commit is contained in:
Marcin Serwin
2026-03-01 19:05:16 +00:00
committed by GitHub
3 changed files with 2 additions and 3 deletions
@@ -116,6 +116,5 @@ in
meta.maintainers = with maintainers; [
dan-theriault
phaer
];
}
@@ -105,6 +105,6 @@ in
});
};
meta.maintainers = with maintainers; [ phaer ];
meta.maintainers = [ ];
}
@@ -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 = [ ];
};
}