forked from mirrors/nixpkgs
python310Packages.twilio: add changelog to meta
This commit is contained in:
parent
7612975ad0
commit
17bc8d4b6a
|
@ -53,6 +53,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Twilio API client and TwiML generator";
|
description = "Twilio API client and TwiML generator";
|
||||||
homepage = "https://github.com/twilio/twilio-python/";
|
homepage = "https://github.com/twilio/twilio-python/";
|
||||||
|
changelog = "https://github.com/twilio/twilio-python/blob/${version}/CHANGES.md";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue