Commit 013cf99b authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.ldap3: update license

parent 11aacaeb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = [ ];
  };
}