diff --git a/lib/licenses.nix b/lib/licenses.nix index ff68d1486437..11275486c29c 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -715,10 +715,9 @@ lib.mapAttrs mkLicense ({ fullName = "ISC License"; }; - # Proprietary binaries; free to redistribute without modification. databricks = { - fullName = "Databricks Proprietary License"; - url = "https://pypi.org/project/databricks-connect"; + fullName = "Databricks License"; + url = "https://www.databricks.com/legal/db-license"; free = false; };