python310Packages.knack: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-08 00:53:37 +01:00 committed by GitHub
parent b38c5c97a9
commit 3807ffe101
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "sha256-xXKBKCl+bSaXkQhc+Wwv/fzvWM+DxjSly5LrA7KSmDg=";
hash = "sha256-xXKBKCl+bSaXkQhc+Wwv/fzvWM+DxjSly5LrA7KSmDg=";
};
propagatedBuildInputs = [
@ -45,6 +45,7 @@ buildPythonPackage rec {
meta = with lib; {
homepage = "https://github.com/microsoft/knack";
description = "A Command-Line Interface framework";
changelog = "https://github.com/microsoft/knack/blob/v${version}/HISTORY.rst";
platforms = platforms.all;
license = licenses.mit;
maintainers = with maintainers; [ jonringer ];