twilio-cli: changelog url
This commit is contained in:
parent
231ecef5a9
commit
d4f55d1005
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||
meta = with lib; {
|
||||
description = "Unleash the power of Twilio from your command prompt";
|
||||
homepage = "https://github.com/twilio/twilio-cli";
|
||||
changelog = "https://github.com/twilio/twilio-cli/blob/${version}/CHANGES.md";
|
||||
changelog = "https://github.com/twilio/twilio-cli/blob/${finalAttrs.version}/CHANGES.md";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ marsam ];
|
||||
platforms = nodejs.meta.platforms;
|
||||
|
|
Loading…
Reference in a new issue