phrase-cli: add changelog to meta

This commit is contained in:
Mario Rodas 2023-09-24 06:11:00 +00:00
parent af539b1ba3
commit 75459e5011

View file

@ -22,6 +22,7 @@ buildGoModule rec {
meta = with lib; { meta = with lib; {
homepage = "http://docs.phraseapp.com"; homepage = "http://docs.phraseapp.com";
description = "PhraseApp API v2 Command Line Client"; description = "PhraseApp API v2 Command Line Client";
changelog = "https://github.com/phrase/phrase-cli/blob/${version}/CHANGELOG.md";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ juboba ]; maintainers = with maintainers; [ juboba ];
}; };