python3Packages.uxsim: add meta.changelog

This commit is contained in:
Robert Schütz
2025-09-25 04:11:38 -07:00
parent fb4cf13a67
commit 85d7db4a20
@@ -55,6 +55,7 @@ buildPythonPackage rec {
'';
meta = with lib; {
changelog = "https://github.com/toruseo/UXsim/releases/tag/${src.tag}";
description = "Vehicular traffic flow simulator in road network, written in pure Python";
homepage = "https://github.com/toruseo/UXsim";
license = licenses.mit;