Merge pull request #249168 from arcnmx/mainPrograms

authored by

Artturi and committed by
GitHub
f5b8842f 3af9ec4f

+3
+1
pkgs/os-specific/linux/mdadm/default.nix
··· 48 48 description = "Programs for managing RAID arrays under Linux"; 49 49 homepage = "http://neil.brown.name/blog/mdadm"; 50 50 license = licenses.gpl2; 51 + mainProgram = "mdadm"; 51 52 maintainers = with maintainers; [ ekleog ]; 52 53 platforms = platforms.linux; 53 54 };
+1
pkgs/servers/tailscale/default.nix
··· 42 42 homepage = "https://tailscale.com"; 43 43 description = "The node agent for Tailscale, a mesh VPN built on WireGuard"; 44 44 license = licenses.bsd3; 45 + mainProgram = "tailscale"; 45 46 maintainers = with maintainers; [ danderson mbaillie twitchyliquid64 jk ]; 46 47 }; 47 48 }
+1
pkgs/tools/misc/tmux/default.nix
··· 102 102 changelog = "https://github.com/tmux/tmux/raw/${finalAttrs.version}/CHANGES"; 103 103 license = lib.licenses.bsd3; 104 104 platforms = lib.platforms.unix; 105 + mainProgram = "tmux"; 105 106 maintainers = with lib.maintainers; [ thammers fpletz srapenne ]; 106 107 }; 107 108 })