python311Packages.questionary: add changelog to meta

This commit is contained in:
natsukium
2023-10-17 14:25:38 +09:00
parent 6143b4172b
commit 44c59cb218
@@ -50,6 +50,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python library to build command line user prompts";
homepage = "https://github.com/tmbo/questionary";
changelog = "https://github.com/tmbo/questionary/blob/${src.rev}/docs/pages/changelog.rst";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};