dovecot: add licenses

(cherry picked from commit 0fb5b6c648e14b61c3304266561c366f869af836)
This commit is contained in:
ajs124 2021-06-21 15:18:52 +02:00 committed by github-actions[bot]
parent 588eb83ca7
commit 0761599dd1

View File

@ -81,11 +81,12 @@ stdenv.mkDerivation rec {
++ lib.optional withPgSQL "--with-pgsql" ++ lib.optional withPgSQL "--with-pgsql"
++ lib.optional withSQLite "--with-sqlite"; ++ lib.optional withSQLite "--with-sqlite";
meta = { meta = with lib; {
homepage = "https://dovecot.org/"; homepage = "https://dovecot.org/";
description = "Open source IMAP and POP3 email server written with security primarily in mind"; description = "Open source IMAP and POP3 email server written with security primarily in mind";
maintainers = with lib.maintainers; [ peti fpletz globin ajs124 ]; license = with licenses; [ mit publicDomain lgpl21Only bsd3 bsdOriginal ];
platforms = lib.platforms.unix; maintainers = with maintainers; [ peti fpletz globin ajs124 ];
platforms = platforms.unix;
}; };
passthru.tests = { passthru.tests = {
opensmtpd-interaction = nixosTests.opensmtpd; opensmtpd-interaction = nixosTests.opensmtpd;