python310Packages.deal-solver: add changelog to meta
This commit is contained in:
parent
10a3141842
commit
9f35d3a6b5
@ -53,6 +53,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Z3-powered solver (theorem prover) for deal";
|
||||
homepage = "https://github.com/life4/deal-solver";
|
||||
changelog = "https://github.com/life4/deal-solver/releases/tag/${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ gador ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user