about summary refs log tree commit diff
path: root/pkgs/applications/audio/ncspot
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-06-11 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-06-11 04:20:00 +0000
commita924438b1dea187c2023b663b40a1626de631605 (patch)
tree50a9038c2c861258e0c391fce26a36f21dc384e4 /pkgs/applications/audio/ncspot
parent3e5a369b0733e0013deaf00d5802e3c0d02e5eb0 (diff)
ncspot: add changelog to meta
Diffstat (limited to 'pkgs/applications/audio/ncspot')
-rw-r--r--pkgs/applications/audio/ncspot/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/ncspot/default.nix b/pkgs/applications/audio/ncspot/default.nix
index 5b7a3ac0411b0..069c60c0f860b 100644
--- a/pkgs/applications/audio/ncspot/default.nix
+++ b/pkgs/applications/audio/ncspot/default.nix
@@ -56,6 +56,7 @@ rustPlatform.buildRustPackage rec {
   meta = with lib; {
     description = "Cross-platform ncurses Spotify client written in Rust, inspired by ncmpc and the likes";
     homepage = "https://github.com/hrkfdn/ncspot";
+    changelog = "https://github.com/hrkfdn/ncspot/releases/tag/v${version}";
     license = licenses.bsd2;
     maintainers = [ maintainers.marsam ];
   };