phrase-cli: add changelog to meta
This commit is contained in:
parent
af539b1ba3
commit
75459e5011
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ buildGoModule rec {
|
|||
meta = with lib; {
|
||||
homepage = "http://docs.phraseapp.com";
|
||||
description = "PhraseApp API v2 Command Line Client";
|
||||
changelog = "https://github.com/phrase/phrase-cli/blob/${version}/CHANGELOG.md";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ juboba ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue