python311Packages.smbus2: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-08-26 10:09:59 +02:00 committed by GitHub
parent bad873c047
commit 2426ca915b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Drop-in replacement for smbus-cffi/smbus-python";
homepage = "https://smbus2.readthedocs.io/";
changelog = "https://github.com/kplindegaard/smbus2/blob/${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};