lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python311Packages.questionary: add changelog to meta

+1
+1
pkgs/development/python-modules/questionary/default.nix
··· 50 50 meta = with lib; { 51 51 description = "Python library to build command line user prompts"; 52 52 homepage = "https://github.com/tmbo/questionary"; 53 + changelog = "https://github.com/tmbo/questionary/blob/${src.rev}/docs/pages/changelog.rst"; 53 54 license = with licenses; [ mit ]; 54 55 maintainers = with maintainers; [ fab ]; 55 56 };