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 🖖
This commit is contained in:
Tom 2024-04-26 22:48:31 -07:00
parent 75541131ef
commit 97bb1199c0
7 changed files with 6 additions and 12 deletions

View File

@ -20709,12 +20709,6 @@
githubId = 131159000;
name = "Nitin Passa";
};
twitchyliquid64 = {
name = "Tom";
email = "twitchyliquid64@ciphersink.net";
github = "twitchyliquid64";
githubId = 6328589;
};
twz123 = {
name = "Tom Wieczorek";
email = "tom@bibbu.net";

View File

@ -6,7 +6,7 @@ let
cfg = config.services.tailscale;
isNetworkd = config.networking.useNetworkd;
in {
meta.maintainers = with maintainers; [ mbaillie twitchyliquid64 mfrw ];
meta.maintainers = with maintainers; [ mbaillie mfrw ];
options.services.tailscale = {
enable = mkEnableOption "Tailscale client daemon";

View File

@ -38,6 +38,6 @@ stdenv.mkDerivation rec {
homepage = "https://gitlab.freedesktop.org/wlroots/wlr-protocols";
license = licenses.mit; # See file headers
platforms = platforms.linux;
maintainers = with maintainers; [ twitchyliquid64 ];
maintainers = with maintainers; [ ];
};
}

View File

@ -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 ];
};
}

View File

@ -32,6 +32,6 @@ rustPlatform.buildRustPackage rec {
description = "Make mechanical PCBs by combining shapes together";
homepage = "https://github.com/twitchyliquid64/maker-panel";
license = with licenses; [ mit ];
maintainers = with maintainers; [ twitchyliquid64 ];
maintainers = with maintainers; [ ];
};
}

View File

@ -27,7 +27,7 @@ rustPlatform.buildRustPackage rec {
description = "Simple app launcher for wayland written in rust";
homepage = "https://github.com/DorianRudolph/sirula";
license = with licenses; [ gpl3Plus ];
maintainers = with maintainers; [ twitchyliquid64 ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}

View File

@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/Ferdi265/wl-mirror";
description = "A simple Wayland output mirror client";
license = licenses.gpl3;
maintainers = with maintainers; [ synthetica twitchyliquid64 ];
maintainers = with maintainers; [ synthetica ];
platforms = platforms.linux;
};
}