about summary refs log tree commit diff
path: root/pkgs/applications/audio/sptlrx
diff options
context:
space:
mode:
authorMoritz Böhme <mail@moritzboeh.me>2022-05-13 17:43:38 +0200
committerMoritz Böhme <mail@moritzboeh.me>2022-05-14 13:57:22 +0200
commitdef7eb2e59a557af935c03e9a63408709716afbe (patch)
treeb4c2c869c0b27d421cbd01dba92f5216a2137162 /pkgs/applications/audio/sptlrx
parent24ad6b306dda52b32460f2edf68baf11f2357ff9 (diff)
sptlrx: add changelog meta attribute
Co-authored-by: Bobby Rong <rjl931189261@126.com>
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 ffe4741d179b0..54fb7a3c1645c 100644
--- a/pkgs/applications/audio/sptlrx/default.nix
+++ b/pkgs/applications/audio/sptlrx/default.nix
@@ -24,6 +24,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 ];
   };