mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
python310Packages.pyvesync: add changelog to meta
This commit is contained in:
parent
9fa6008c89
commit
1b501f52e6
@ -31,6 +31,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python library to manage Etekcity Devices and Levoit Air Purifier";
|
description = "Python library to manage Etekcity Devices and Levoit Air Purifier";
|
||||||
homepage = "https://github.com/webdjoe/pyvesync";
|
homepage = "https://github.com/webdjoe/pyvesync";
|
||||||
|
changelog = "https://github.com/webdjoe/pyvesync/releases/tag/${version}";
|
||||||
license = with licenses; [ mit ];
|
license = with licenses; [ mit ];
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user