mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
Merge pull request #172884 from MoritzBoehme/sptlrx-changelog
sptlrx: add changelog meta attribute
This commit is contained in:
commit
75f280be96
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ buildGoModule rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Spotify lyrics in your terminal";
|
description = "Spotify lyrics in your terminal";
|
||||||
homepage = "https://github.com/raitonoberu/sptlrx";
|
homepage = "https://github.com/raitonoberu/sptlrx";
|
||||||
|
changelog = "https://github.com/raitonoberu/sptlrx/releases/tag/v${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ MoritzBoehme ];
|
maintainers = with maintainers; [ MoritzBoehme ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue