python310Packages.edalize: add changelog to meta
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user