diff --git a/pkgs/development/python-modules/strictyaml/default.nix b/pkgs/development/python-modules/strictyaml/default.nix index 117fb68148f5..d9d57faf48f4 100644 --- a/pkgs/development/python-modules/strictyaml/default.nix +++ b/pkgs/development/python-modules/strictyaml/default.nix @@ -39,6 +39,7 @@ buildPythonPackage rec { meta = with lib; { description = "Strict, typed YAML parser"; homepage = "https://hitchdev.com/strictyaml/"; + changelog = "https://hitchdev.com/strictyaml/changelog/"; license = licenses.mit; maintainers = with maintainers; [ jonringer ]; };