mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
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:
parent
75541131ef
commit
97bb1199c0
@ -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";
|
||||
|
@ -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";
|
||||
|
@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user