libmilter: add license
This commit is contained in:
parent
b1800e3c18
commit
f5b9a9455f
|
@ -585,6 +585,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
|
||||||
fullName = "Ruby License";
|
fullName = "Ruby License";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
sendmail = spdx {
|
||||||
|
spdxId = "Sendmail";
|
||||||
|
fullName = "Sendmail License";
|
||||||
|
};
|
||||||
|
|
||||||
sgi-b-20 = spdx {
|
sgi-b-20 = spdx {
|
||||||
spdxId = "SGI-B-2.0";
|
spdxId = "SGI-B-2.0";
|
||||||
fullName = "SGI Free Software License B v2.0";
|
fullName = "SGI Free Software License B v2.0";
|
||||||
|
|
|
@ -37,5 +37,6 @@ stdenv.mkDerivation rec {
|
||||||
description = "Sendmail Milter mail filtering API library";
|
description = "Sendmail Milter mail filtering API library";
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ fpletz ];
|
maintainers = with maintainers; [ fpletz ];
|
||||||
|
license = licenses.sendmail;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user