spotdl: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-02-24 23:11:59 +01:00
parent cc6d05d40a
commit 49c528f328

View File

@ -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 ];
};