python310Packages.edalize: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-04-29 19:56:32 +02:00
parent fe2ecaf706
commit c30e201d06

View file

@ -67,7 +67,8 @@ buildPythonPackage rec {
meta = with lib; {
description = "Abstraction library for interfacing EDA tools";
homepage = "https://github.com/olofk/edalize";
changelog = "https://github.com/olofk/edalize/releases/tag/v${version}";
license = licenses.bsd2;
maintainers = [ maintainers.astro ];
maintainers = with maintainers; [ astro ];
};
}