forked from mirrors/nixpkgs
sptlrx: add changelog meta attribute
Co-authored-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
parent
24ad6b306d
commit
def7eb2e59
|
@ -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…
Reference in a new issue