python310Packages.pyomo: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-01 19:05:25 +01:00 committed by GitHub
parent ab3035c461
commit aacfe97e55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,6 +54,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python Optimization Modeling Objects";
homepage = "http://pyomo.org";
changelog = "https://github.com/Pyomo/pyomo/releases/tag/${version}";
license = licenses.bsd3;
maintainers = with maintainers; [ costrouc ];
};