python310Packages.python-songpal: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-03-18 11:20:28 +01:00 committed by GitHub
parent aca4672300
commit 7a6722eeb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,6 +45,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python library for interfacing with Sony's Songpal devices";
homepage = "https://github.com/rytilahti/python-songpal";
changelog = "https://github.com/rytilahti/python-songpal/blob/release/${version}/CHANGELOG.md";
license = licenses.gpl3Only;
maintainers = with maintainers; [ dotlambda ];
};