python311Packages.canmatrix: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-11-28 10:10:19 +01:00
parent 986af5c774
commit a90ce20c9c

View File

@ -55,8 +55,9 @@ buildPythonPackage rec {
pythonImportsCheck = [ "canmatrix" ];
meta = with lib; {
homepage = "https://github.com/ebroecker/canmatrix";
description = "Support and convert several CAN (Controller Area Network) database formats .arxml .dbc .dbf .kcd .sym fibex xls(x)";
homepage = "https://github.com/ebroecker/canmatrix";
changelog = "https://github.com/ebroecker/canmatrix/releases/tag/${version}";
license = licenses.bsd2;
maintainers = with maintainers; [ sorki ];
};