python310Packages.knack: add changelog to meta
This commit is contained in:
parent
b38c5c97a9
commit
3807ffe101
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-xXKBKCl+bSaXkQhc+Wwv/fzvWM+DxjSly5LrA7KSmDg=";
|
hash = "sha256-xXKBKCl+bSaXkQhc+Wwv/fzvWM+DxjSly5LrA7KSmDg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
@ -45,6 +45,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/microsoft/knack";
|
homepage = "https://github.com/microsoft/knack";
|
||||||
description = "A Command-Line Interface framework";
|
description = "A Command-Line Interface framework";
|
||||||
|
changelog = "https://github.com/microsoft/knack/blob/v${version}/HISTORY.rst";
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ jonringer ];
|
maintainers = with maintainers; [ jonringer ];
|
||||||
|
|
Loading…
Reference in a new issue