python310Packages.aioslimproto: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-03-08 09:37:16 +01:00 committed by GitHub
parent 3d37d1bcc2
commit 410dfd651a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,6 +35,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Module to control Squeezebox players";
homepage = "https://github.com/home-assistant-libs/aioslimproto";
changelog = "https://github.com/home-assistant-libs/aioslimproto/releases/tag/${version}";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ fab ];
};