python310Packages.python-songpal: add changelog to meta
This commit is contained in:
parent
aca4672300
commit
7a6722eeb8
1 changed files with 1 additions and 0 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue