Merge pull request #119268 from flokli/twilio

python3.pkgs.twilio: remove myself as maintainer
This commit is contained in:
Sandro
2021-04-13 01:18:13 +02:00
committed by GitHub

View File

@@ -41,6 +41,6 @@ buildPythonPackage rec {
description = "Twilio API client and TwiML generator";
homepage = "https://github.com/twilio/twilio-python/";
license = licenses.mit;
maintainers = with maintainers; [ flokli ];
maintainers = with maintainers; [ ];
};
}