Commit c30e201d authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.edalize: add changelog to meta

parent fe2ecaf7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}