twilio-cli: changelog url

This commit is contained in:
Mario Rodas 2023-03-25 04:20:00 +00:00
parent 231ecef5a9
commit d4f55d1005

View File

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