python310Packages.denonavr: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-01-25 09:27:09 +01:00 committed by GitHub
parent fe16808b32
commit de71f7ccdd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,6 +49,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Automation Library for Denon AVR receivers";
homepage = "https://github.com/scarface-4711/denonavr";
changelog = "https://github.com/ol-iver/denonavr/releases/tag/${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ colemickens ];
};