lol
fork

Configure Feed

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

python311Packages.yamlloader: add changelog to meta

authored by

Fabian Affolter and committed by
GitHub
1f590af6 33fb8587

+1
+1
pkgs/development/python-modules/yamlloader/default.nix
··· 36 36 meta = with lib; { 37 37 description = "A case-insensitive list for Python"; 38 38 homepage = "https://github.com/Phynix/yamlloader"; 39 + changelog = "https://github.com/Phynix/yamlloader/releases/tag/${version}"; 39 40 license = licenses.mit; 40 41 maintainers = with maintainers; [ freezeboy ]; 41 42 };