about summary refs log tree commit diff
path: root/pkgs/servers/tailscale/default.nix
diff options
context:
space:
mode:
authorTom <twitchyliquid64@ciphersink.net>2024-04-26 22:48:31 -0700
committerTom <twitchyliquid64@ciphersink.net>2024-04-26 22:48:31 -0700
commit97bb1199c0b6670b95e71fa5fc75f7fe9a09e0a3 (patch)
tree87820a4defd80993baad3838071886cf7b068c71 /pkgs/servers/tailscale/default.nix
parent75541131ef121c7ff1d79b2d932f8c754d0a71c4 (diff)
maintainers: remove twitchyliquid64
Yall won't miss me. The packages I leave orphaned are trivially updated as dependents need the new versions.

But passively endorsing the direction this organization and its leadership is something I can't do.

To those who still have faith in turning this around, you da real MVP 🖖
Diffstat (limited to 'pkgs/servers/tailscale/default.nix')
-rw-r--r--pkgs/servers/tailscale/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/tailscale/default.nix b/pkgs/servers/tailscale/default.nix
index ba4864487cb82..20637c70129f0 100644
--- a/pkgs/servers/tailscale/default.nix
+++ b/pkgs/servers/tailscale/default.nix
@@ -65,6 +65,6 @@ buildGoModule {
     description = "The node agent for Tailscale, a mesh VPN built on WireGuard";
     license = licenses.bsd3;
     mainProgram = "tailscale";
-    maintainers = with maintainers; [ mbaillie twitchyliquid64 jk mfrw ];
+    maintainers = with maintainers; [ mbaillie jk mfrw ];
   };
 }