python310Packages.meshtastic: add changelog to meta
This commit is contained in:
parent
58930f0b7f
commit
9fdc90c65d
1 changed files with 1 additions and 0 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue