python311Packages.elgato: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-10-21 10:33:23 +02:00
parent 8422ab3583
commit d96fa83f04

View File

@ -55,6 +55,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python client for Elgato Key Lights";
homepage = "https://github.com/frenck/python-elgato";
changelog = "https://github.com/frenck/python-elgato/releases/tag/v${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};