python310Packages.meshtastic: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-11-23 18:55:17 +01:00
parent 58930f0b7f
commit 9fdc90c65d

View file

@ -103,6 +103,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python API for talking to Meshtastic devices";
homepage = "https://github.com/meshtastic/Meshtastic-python";
changelog = "https://github.com/meshtastic/python/releases/tag/${version}";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ fab ];
};