Commit 7f41db6c authored by K900's avatar K900
Browse files

python3Packages.databricks-sql-connector: fix eval

parent 4d1f3b3a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };