sptlrx: add changelog meta attribute

Co-authored-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
Moritz Böhme 2022-05-13 17:43:38 +02:00
parent 24ad6b306d
commit def7eb2e59
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9

View file

@ -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 ];
};