mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 19:07:38 +00:00
dovecot: add meta.mainProgram
This commit is contained in:
parent
ff64c702c0
commit
47aa9e1331
@ -110,6 +110,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://dovecot.org/";
|
||||
description = "Open source IMAP and POP3 email server written with security primarily in mind";
|
||||
license = with licenses; [ mit publicDomain lgpl21Only bsd3 bsdOriginal ];
|
||||
mainProgram = "dovecot";
|
||||
maintainers = with maintainers; [ fpletz globin ajs124 ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user