mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
mailpit: add meta.mainProgram
This commit is contained in:
parent
d761372b5c
commit
1c247c31d4
1 changed files with 1 additions and 0 deletions
|
@ -65,5 +65,6 @@ buildGoModule {
|
|||
changelog = "https://github.com/axllent/mailpit/releases/tag/v${version}";
|
||||
maintainers = with maintainers; [ stephank ];
|
||||
license = licenses.mit;
|
||||
mainProgram = "mailpit";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue