mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 04:46:43 +00:00
python311Packages.canmatrix: add changelog to meta
This commit is contained in:
parent
986af5c774
commit
a90ce20c9c
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user