python311Packages.canopen: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-10-14 17:22:52 +02:00 committed by GitHub
parent fc4a8e403d
commit 6e190c4468
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,8 +38,9 @@ buildPythonPackage rec {
];
meta = with lib; {
homepage = "https://github.com/christiansandberg/canopen/";
description = "CANopen stack implementation";
homepage = "https://github.com/christiansandberg/canopen/";
changelog = "https://github.com/christiansandberg/canopen/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ sorki ];
};