dovecot: add meta.mainProgram

This commit is contained in:
Yarny0 2023-08-16 17:42:35 +02:00
parent ff64c702c0
commit 47aa9e1331

View File

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