openldap: add license

This commit is contained in:
Markus Kowalewski
2018-08-18 00:03:01 +02:00
parent dcd7b27e85
commit 8844504fba
@@ -51,6 +51,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://www.openldap.org/; homepage = http://www.openldap.org/;
description = "An open source implementation of the Lightweight Directory Access Protocol"; description = "An open source implementation of the Lightweight Directory Access Protocol";
license = licenses.openldap;
maintainers = with maintainers; [ lovek323 ]; maintainers = with maintainers; [ lovek323 ];
platforms = platforms.unix; platforms = platforms.unix;
}; };