lol

python310Packages.strictyaml: add changelog to meta

authored by

Fabian Affolter and committed by
GitHub
38cc8d78 438bda88

+1
+1
pkgs/development/python-modules/strictyaml/default.nix
··· 39 39 meta = with lib; { 40 40 description = "Strict, typed YAML parser"; 41 41 homepage = "https://hitchdev.com/strictyaml/"; 42 + changelog = "https://hitchdev.com/strictyaml/changelog/"; 42 43 license = licenses.mit; 43 44 maintainers = with maintainers; [ jonringer ]; 44 45 };