From 0fc17cf5032cfdffebdfce5b6509eaa6823d7d60 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 10 Sep 2026 02:27:51 +0200 Subject: [PATCH] python3Packages.crownstone-uart: add meta.changelog --- pkgs/development/python-modules/crownstone-uart/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/crownstone-uart/default.nix b/pkgs/development/python-modules/crownstone-uart/default.nix index f72da8d20419..763c430f2499 100644 --- a/pkgs/development/python-modules/crownstone-uart/default.nix +++ b/pkgs/development/python-modules/crownstone-uart/default.nix @@ -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 ]; };