···65 description = "The node agent for Tailscale, a mesh VPN built on WireGuard";
66 license = licenses.bsd3;
67 mainProgram = "tailscale";
68- maintainers = with maintainers; [ mbaillie twitchyliquid64 jk mfrw ];
69 };
70}
···65 description = "The node agent for Tailscale, a mesh VPN built on WireGuard";
66 license = licenses.bsd3;
67 mainProgram = "tailscale";
68+ maintainers = with maintainers; [ mbaillie jk mfrw ];
69 };
70}
+1-1
pkgs/tools/misc/maker-panel/default.nix
···32 description = "Make mechanical PCBs by combining shapes together";
33 homepage = "https://github.com/twitchyliquid64/maker-panel";
34 license = with licenses; [ mit ];
35- maintainers = with maintainers; [ twitchyliquid64 ];
36 };
37}
···32 description = "Make mechanical PCBs by combining shapes together";
33 homepage = "https://github.com/twitchyliquid64/maker-panel";
34 license = with licenses; [ mit ];
35+ maintainers = with maintainers; [ ];
36 };
37}
+1-1
pkgs/tools/text/ltex-ls/default.nix
···28 homepage = "https://valentjn.github.io/ltex/";
29 description = "LSP language server for LanguageTool";
30 license = licenses.mpl20;
31- maintainers = [ ];
32 platforms = jre_headless.meta.platforms;
33 };
34}
···28 homepage = "https://valentjn.github.io/ltex/";
29 description = "LSP language server for LanguageTool";
30 license = licenses.mpl20;
31+ maintainers = with maintainers; [ vinnymeller ];
32 platforms = jre_headless.meta.platforms;
33 };
34}