dbx: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-02-27 10:12:58 +01:00
parent 736c2dfa3e
commit 51d6b4cc27

View File

@ -12,7 +12,7 @@ python3.pkgs.buildPythonApplication rec {
src = fetchFromGitHub {
owner = "databrickslabs";
repo = "dbx";
rev = "v${version}";
rev = "refs/tags/v${version}";
hash = "sha256-P/cniy0xYaDoUbKdvV7KCubCpmOAhYp3cg2VBRA+a6I=";
};
@ -73,6 +73,7 @@ python3.pkgs.buildPythonApplication rec {
meta = with lib; {
description = "CLI tool for advanced Databricks jobs management";
homepage = "https://github.com/databrickslabs/dbx";
changelog = "https://github.com/databrickslabs/dbx/blob/v${version}/CHANGELOG.md";
license = licenses.databricks-dbx;
maintainers = with maintainers; [ GuillaumeDesforges ];
};