Merge pull request #172884 from MoritzBoehme/sptlrx-changelog

sptlrx: add changelog meta attribute
main
Bobby Rong 2 years ago committed by GitHub
commit 75f280be96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      pkgs/applications/audio/sptlrx/default.nix

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

Loading…
Cancel
Save