dovecot: add licenses
(cherry picked from commit 0fb5b6c648e14b61c3304266561c366f869af836)
This commit is contained in:
parent
588eb83ca7
commit
0761599dd1
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user