Merge pull request #34414 from dotlambda/postfix
postfix: Correct license
This commit is contained in:
commit
c7885866e4
@ -200,6 +200,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
|
|||||||
fullName = "Eclipse Public License 1.0";
|
fullName = "Eclipse Public License 1.0";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
epl20 = spdx {
|
||||||
|
spdxId = "EPL-2.0";
|
||||||
|
fullName = "Eclipse Public License 2.0";
|
||||||
|
};
|
||||||
|
|
||||||
epson = {
|
epson = {
|
||||||
fullName = "Seiko Epson Corporation Software License Agreement for Linux";
|
fullName = "Seiko Epson Corporation Software License Agreement for Linux";
|
||||||
url = https://download.ebz.epson.net/dsc/du/02/eula/global/LINUX_EN.html;
|
url = https://download.ebz.epson.net/dsc/du/02/eula/global/LINUX_EN.html;
|
||||||
|
@ -90,7 +90,7 @@ in stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.postfix.org/;
|
homepage = http://www.postfix.org/;
|
||||||
description = "A fast, easy to administer, and secure mail server";
|
description = "A fast, easy to administer, and secure mail server";
|
||||||
license = lib.licenses.bsdOriginal;
|
license = with lib.licenses; [ ipl10 epl20 ];
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
maintainers = [ lib.maintainers.rickynils ];
|
maintainers = [ lib.maintainers.rickynils ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user