Commit 85d7db4a authored by Robert Schütz's avatar Robert Schütz
Browse files

python3Packages.uxsim: add meta.changelog

parent fb4cf13a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;