python313Packages.ldap3: update license

This commit is contained in:
Fabian Affolter
2025-08-09 15:22:46 +02:00
parent 11aacaebc0
commit 013cf99b86
@@ -52,7 +52,7 @@ buildPythonPackage rec {
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 = [ ];
};
}