diff options
| author | ajs124 <git@ajs124.de> | 2021-06-21 15:18:52 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-06-21 20:23:25 +0000 |
| commit | 0761599dd1781990e4920c4092612d89b3cd781f (patch) | |
| tree | baf1373cd5d2b4de5d7a738b52addbc5289fdc7e | |
| parent | dovecot: 2.3.14 -> 2.3.15 (diff) | |
| download | nixpkgs-0761599dd1781990e4920c4092612d89b3cd781f.tar.gz | |
dovecot: add licenses
(cherry picked from commit 0fb5b6c648e14b61c3304266561c366f869af836)
| -rw-r--r-- | pkgs/servers/mail/dovecot/default.nix | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/servers/mail/dovecot/default.nix b/pkgs/servers/mail/dovecot/default.nix index 26290368e15e..f58d65d9f16e 100644 --- a/pkgs/servers/mail/dovecot/default.nix +++ b/pkgs/servers/mail/dovecot/default.nix @@ -81,11 +81,12 @@ stdenv.mkDerivation rec { ++ lib.optional withPgSQL "--with-pgsql" ++ lib.optional withSQLite "--with-sqlite"; - meta = { + meta = with lib; { homepage = "https://dovecot.org/"; description = "Open source IMAP and POP3 email server written with security primarily in mind"; - maintainers = with lib.maintainers; [ peti fpletz globin ajs124 ]; - platforms = lib.platforms.unix; + license = with licenses; [ mit publicDomain lgpl21Only bsd3 bsdOriginal ]; + maintainers = with maintainers; [ peti fpletz globin ajs124 ]; + platforms = platforms.unix; }; passthru.tests = { opensmtpd-interaction = nixosTests.opensmtpd; |
