python310Packages.deezer-python: add changelog to meta

This commit is contained in:
Fabian Affolter
2022-11-22 18:42:53 +01:00
committed by GitHub
parent 5c3f27d2d9
commit ee2c00a01d

View File

@@ -53,6 +53,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python wrapper around the Deezer API";
homepage = "https://github.com/browniebroke/deezer-python";
changelog = "https://github.com/browniebroke/deezer-python/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ synthetica ];
};