python3Packages.crownstone-uart: add meta.changelog

This commit is contained in:
Sigmanificient
2026-09-10 02:27:51 +02:00
parent 7298e912c8
commit 0fc17cf503

View File

@@ -36,6 +36,7 @@ buildPythonPackage (finalAttrs: {
meta = {
description = "Python module for communicating with Crownstone USB dongles";
homepage = "https://github.com/crownstone/crownstone-lib-python-uart";
changelog = "https://github.com/crownstone/crownstone-lib-python-uart/blob/${finalAttrs.version}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ fab ];
};