libmilter: add license

This commit is contained in:
Markus Kowalewski
2018-10-18 21:00:17 +02:00
parent b1800e3c18
commit f5b9a9455f
2 changed files with 6 additions and 0 deletions

View File

@@ -37,5 +37,6 @@ stdenv.mkDerivation rec {
description = "Sendmail Milter mail filtering API library";
platforms = platforms.unix;
maintainers = with maintainers; [ fpletz ];
license = licenses.sendmail;
};
}