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