python313Packages.ldap3: update license

Changed files
+1 -1
pkgs
development
python-modules
ldap3
+1 -1
pkgs/development/python-modules/ldap3/default.nix
···
meta = with lib; {
homepage = "https://github.com/cannatag/ldap3";
description = "Strictly RFC 4510 conforming LDAP V3 pure Python client library";
-
license = licenses.lgpl3;
+
license = licenses.lgpl3Plus;
maintainers = [ ];
};
}