sptlrx: add changelog meta attribute

Co-authored-by: Bobby Rong <rjl931189261@126.com>
main
Moritz Böhme 2 years ago
parent 24ad6b306d
commit def7eb2e59
No known key found for this signature in database
GPG Key ID: 970C6E89EB0547A9
  1. 1
      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 ];
};

Loading…
Cancel
Save