python3Packages.databricks-sql-connector: fix eval
This commit is contained in:
parent
4d1f3b3a74
commit
7f41db6c6f
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue