betterbird: add meta.mainProgram

This commit is contained in:
Yarny0 2023-08-16 17:37:56 +02:00
parent 104d8164f2
commit 1bb671bd23

View File

@ -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;
};