python310Packages.wled: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-04-05 21:42:28 +02:00
committed by Martin Weinelt
parent f055adb7a0
commit 5c09f56110
@@ -59,6 +59,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Asynchronous Python client for WLED";
homepage = "https://github.com/frenck/python-wled";
changelog = "https://github.com/frenck/python-wled/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ hexa ];
};