postfix: Correct license

This commit is contained in:
Robert Schütz
2018-01-30 13:15:41 +01:00
parent add22af095
commit dff396484d
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ in stdenv.mkDerivation rec {
meta = {
homepage = http://www.postfix.org/;
description = "A fast, easy to administer, and secure mail server";
license = lib.licenses.bsdOriginal;
license = with lib.licenses; [ ipl10 epl20 ];
platforms = lib.platforms.linux;
maintainers = [ lib.maintainers.rickynils ];
};