openldap: add license

This commit is contained in:
Markus Kowalewski 2018-08-18 00:03:01 +02:00
parent dcd7b27e85
commit 8844504fba
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -51,6 +51,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = http://www.openldap.org/;
description = "An open source implementation of the Lightweight Directory Access Protocol";
license = licenses.openldap;
maintainers = with maintainers; [ lovek323 ];
platforms = platforms.unix;
};