From 44c59cb218cbf955fe194c4cdb1f994e8ebce2d6 Mon Sep 17 00:00:00 2001 From: natsukium Date: Tue, 17 Oct 2023 14:25:38 +0900 Subject: [PATCH] python311Packages.questionary: add changelog to meta --- pkgs/development/python-modules/questionary/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/questionary/default.nix b/pkgs/development/python-modules/questionary/default.nix index 40c3beb6bb4c..6f9b0488c5d2 100644 --- a/pkgs/development/python-modules/questionary/default.nix +++ b/pkgs/development/python-modules/questionary/default.nix @@ -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 ]; };