python310Packages.deal-solver: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-10-14 20:58:01 +02:00 committed by GitHub
parent 10a3141842
commit 9f35d3a6b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];
};