python310Packages.subarulink: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-08 23:26:07 +01:00
parent cdbc227501
commit c2b49f539d

View File

@ -54,6 +54,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python module for interacting with STARLINK-enabled vehicle";
homepage = "https://github.com/G-Two/subarulink";
changelog = "https://github.com/G-Two/subarulink/releases/tag/v${version}";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ fab ];
};