python310Packages.omegaconf: add changelog to meta

This commit is contained in:
Fabian Affolter
2022-12-14 08:53:56 +01:00
committed by GitHub
parent e588c1faed
commit f291676cac
@@ -46,6 +46,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Framework for configuring complex applications";
homepage = "https://github.com/omry/omegaconf";
changelog = "https://github.com/omry/omegaconf/blob/v${version}/NEWS.md";
license = licenses.bsd3;
maintainers = with maintainers; [ bcdarwin ];
};