Commit 9fdc90c6 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.meshtastic: add changelog to meta

parent 58930f0b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };