python310Packages.edalize: add changelog to meta
This commit is contained in:
parent
fe2ecaf706
commit
c30e201d06
1 changed files with 2 additions and 1 deletions
|
@ -67,7 +67,8 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Abstraction library for interfacing EDA tools";
|
description = "Abstraction library for interfacing EDA tools";
|
||||||
homepage = "https://github.com/olofk/edalize";
|
homepage = "https://github.com/olofk/edalize";
|
||||||
|
changelog = "https://github.com/olofk/edalize/releases/tag/v${version}";
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
maintainers = [ maintainers.astro ];
|
maintainers = with maintainers; [ astro ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue