3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.pycarwings2: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-29 21:33:40 +01:00
parent 14211c0f05
commit d7ee18fbc6

View file

@ -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 ];
};