Commit 49c528f3 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

spotdl: add changelog to meta

parent cc6d05d4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -87,6 +87,7 @@ python3.pkgs.buildPythonApplication rec {
  meta = with lib; {
    description = "Download your Spotify playlists and songs along with album art and metadata";
    homepage = "https://github.com/spotDL/spotify-downloader";
    changelog = "https://github.com/spotDL/spotify-downloader/releases/tag/v${version}";
    license = licenses.mit;
    maintainers = with maintainers; [ dotlambda ];
  };