Unverified Commit ee2c00a0 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.deezer-python: add changelog to meta

parent 5c3f27d2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };