about summary refs log tree commit diff
path: root/pkgs/applications/audio/sptlrx
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-05-14 21:25:46 +0800
committerGitHub <noreply@github.com>2022-05-14 21:25:46 +0800
commit75f280be96aa21af41ff42eaa70ef86380f9722c (patch)
tree5c54516e8c5d5d93489ff817ddbd3a5cc12a5954 /pkgs/applications/audio/sptlrx
parent02cebc60c8db2dcda67ded36d21ec18c1edd0777 (diff)
parentdef7eb2e59a557af935c03e9a63408709716afbe (diff)
Merge pull request #172884 from MoritzBoehme/sptlrx-changelog
sptlrx: add changelog meta attribute
Diffstat (limited to 'pkgs/applications/audio/sptlrx')
-rw-r--r--pkgs/applications/audio/sptlrx/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/sptlrx/default.nix b/pkgs/applications/audio/sptlrx/default.nix
index 40d43d207fb3d..4daab47047380 100644
--- a/pkgs/applications/audio/sptlrx/default.nix
+++ b/pkgs/applications/audio/sptlrx/default.nix
@@ -27,6 +27,7 @@ buildGoModule rec {
   meta = with lib; {
     description = "Spotify lyrics in your terminal";
     homepage = "https://github.com/raitonoberu/sptlrx";
+    changelog = "https://github.com/raitonoberu/sptlrx/releases/tag/v${version}";
     license = licenses.mit;
     maintainers = with maintainers; [ MoritzBoehme ];
   };