Unverified Commit a2a0d477 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

python311Packages.tika-client: update license

parent 7181a085
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ buildPythonPackage rec {
    description = "A modern Python REST client for Apache Tika server";
    homepage = "https://github.com/stumpylog/tika-client";
    changelog = "https://github.com/stumpylog/tika-client/blob/${version}/CHANGELOG.md";
    license = licenses.gpl3;
    license = licenses.mpl20;
    maintainers = with maintainers; [ e1mo ];
  };
}