python310Packages.pyvesync: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-08 10:40:47 +01:00 committed by GitHub
parent 9fa6008c89
commit 1b501f52e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python library to manage Etekcity Devices and Levoit Air Purifier";
homepage = "https://github.com/webdjoe/pyvesync";
changelog = "https://github.com/webdjoe/pyvesync/releases/tag/${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};