forked from mirrors/nixpkgs
python310Packages.pycarwings2: add changelog to meta
This commit is contained in:
parent
14211c0f05
commit
d7ee18fbc6
|
@ -53,6 +53,7 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
description = "Python library for interacting with the NissanConnect EV";
|
||||
homepage = "https://github.com/filcole/pycarwings2";
|
||||
changelog = "https://github.com/filcole/pycarwings2/releases/tag/v${version}";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue