Merge pull request #172884 from MoritzBoehme/sptlrx-changelog

sptlrx: add changelog meta attribute
This commit is contained in:
Bobby Rong 2022-05-14 21:25:46 +08:00 committed by GitHub
commit 75f280be96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,6 +27,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 ];
};