mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
python3Packages.databricks-sql-connector: fix eval
This commit is contained in:
parent
4d1f3b3a74
commit
7f41db6c6f
@ -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 New Issue
Block a user