python311Packages.canopen: add changelog to meta
This commit is contained in:
parent
fc4a8e403d
commit
6e190c4468
1 changed files with 2 additions and 1 deletions
|
@ -38,8 +38,9 @@ buildPythonPackage rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/christiansandberg/canopen/";
|
|
||||||
description = "CANopen stack implementation";
|
description = "CANopen stack implementation";
|
||||||
|
homepage = "https://github.com/christiansandberg/canopen/";
|
||||||
|
changelog = "https://github.com/christiansandberg/canopen/releases/tag/v${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ sorki ];
|
maintainers = with maintainers; [ sorki ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue