Merge pull request #193171 from K900/fix-eval-189855

python3Packages.databricks-sql-connector: fix eval
This commit is contained in:
K900 2022-09-27 15:28:22 +03:00 committed by GitHub
commit 7e52b35fe9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Databricks SQL Connector for Python";
homepage = https://docs.databricks.com/dev-tools/python-sql-connector.html;
homepage = "https://docs.databricks.com/dev-tools/python-sql-connector.html";
license = licenses.asl20;
maintainers = with maintainers; [ harvidsen ];
};