lol

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

python3Packages.databricks-sql-connector: fix eval

authored by

K900 and committed by
GitHub
7e52b35f 4d1f3b3a

+1 -1
+1 -1
pkgs/development/python-modules/databricks-sql-connector/default.nix
··· 43 43 44 44 meta = with lib; { 45 45 description = "Databricks SQL Connector for Python"; 46 - homepage = https://docs.databricks.com/dev-tools/python-sql-connector.html; 46 + homepage = "https://docs.databricks.com/dev-tools/python-sql-connector.html"; 47 47 license = licenses.asl20; 48 48 maintainers = with maintainers; [ harvidsen ]; 49 49 };