3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.twilio: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-05 08:57:31 +01:00
parent 7612975ad0
commit 17bc8d4b6a

View file

@ -53,6 +53,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Twilio API client and TwiML generator";
homepage = "https://github.com/twilio/twilio-python/";
changelog = "https://github.com/twilio/twilio-python/blob/${version}/CHANGES.md";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};