mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-10 14:14:20 +00:00
betterbird: add meta.mainProgram
This commit is contained in:
parent
104d8164f2
commit
1bb671bd23
@ -102,6 +102,7 @@ in ((buildMozillaMach {
|
||||
meta = with lib; {
|
||||
description = "Betterbird is a fine-tuned version of Mozilla Thunderbird, Thunderbird on steroids, if you will";
|
||||
homepage = "https://www.betterbird.eu/";
|
||||
mainProgram = "betterbird";
|
||||
maintainers = with maintainers; [ SuperSandro2000 ];
|
||||
inherit (thunderbird-unwrapped.meta) platforms badPlatforms broken license;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user