From def7eb2e59a557af935c03e9a63408709716afbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Fri, 13 May 2022 17:43:38 +0200 Subject: [PATCH] sptlrx: add changelog meta attribute Co-authored-by: Bobby Rong --- pkgs/applications/audio/sptlrx/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/audio/sptlrx/default.nix b/pkgs/applications/audio/sptlrx/default.nix index ffe4741d179..54fb7a3c164 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 ]; };