Merge pull request #307151 from twitchyliquid64/bad-leadership-taints-all

maintainers: remove twitchyliquid64
This commit is contained in:
Jörg Thalheim
2024-04-27 07:55:48 +02:00
committed by GitHub
7 changed files with 6 additions and 12 deletions
-6
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";
@@ -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; [ ];
};
}
+1 -1
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 ];
};
}
+1 -1
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; [ ];
};
}
+1 -1
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;
};
}
+1 -1
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;
};
}