python310Packages.ytmusicapi: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-03-28 23:40:49 +02:00
committed by GitHub
parent 4f6a8765e9
commit b18bad8c2c
@@ -37,6 +37,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python API for YouTube Music";
homepage = "https://github.com/sigma67/ytmusicapi";
changelog = "https://github.com/sigma67/ytmusicapi/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ dotlambda ];
};