Merge pull request #172884 from MoritzBoehme/sptlrx-changelog

sptlrx: add changelog meta attribute

authored by Bobby Rong and committed by GitHub 75f280be 02cebc60

+1
+1
pkgs/applications/audio/sptlrx/default.nix
··· 27 27 meta = with lib; { 28 28 description = "Spotify lyrics in your terminal"; 29 29 homepage = "https://github.com/raitonoberu/sptlrx"; 30 + changelog = "https://github.com/raitonoberu/sptlrx/releases/tag/v${version}"; 30 31 license = licenses.mit; 31 32 maintainers = with maintainers; [ MoritzBoehme ]; 32 33 };