summary refs log tree commit diff
path: root/pkgs/tools/audio/spotdl/default.nix
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-02-24 23:11:59 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2023-02-25 09:46:27 +0100
commit49c528f328c54e20c3be5dce3c46adb58e9a327d (patch)
tree4bbe8f0af36bc72664cbafdb0e99ba648bba78d7 /pkgs/tools/audio/spotdl/default.nix
parentcc6d05d40a9bb140d74bb3962276924bd9739079 (diff)
downloadnixpkgs-49c528f328c54e20c3be5dce3c46adb58e9a327d.tar
nixpkgs-49c528f328c54e20c3be5dce3c46adb58e9a327d.tar.gz
nixpkgs-49c528f328c54e20c3be5dce3c46adb58e9a327d.tar.bz2
nixpkgs-49c528f328c54e20c3be5dce3c46adb58e9a327d.tar.lz
nixpkgs-49c528f328c54e20c3be5dce3c46adb58e9a327d.tar.xz
nixpkgs-49c528f328c54e20c3be5dce3c46adb58e9a327d.tar.zst
nixpkgs-49c528f328c54e20c3be5dce3c46adb58e9a327d.zip
spotdl: add changelog to meta
Diffstat (limited to 'pkgs/tools/audio/spotdl/default.nix')
-rw-r--r--pkgs/tools/audio/spotdl/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/audio/spotdl/default.nix b/pkgs/tools/audio/spotdl/default.nix
index c76dd693ad8..e4e441ec3d0 100644
--- a/pkgs/tools/audio/spotdl/default.nix
+++ b/pkgs/tools/audio/spotdl/default.nix
@@ -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 ];
   };