forked from mirrors/nixpkgs
python310Packages.subarulink: add changelog to meta
This commit is contained in:
parent
cdbc227501
commit
c2b49f539d
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue