summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/braintree
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/braintree')
-rw-r--r--pkgs/development/python-modules/braintree/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/braintree/default.nix b/pkgs/development/python-modules/braintree/default.nix
index 28b6fccfca90..7e1c8f5a583f 100644
--- a/pkgs/development/python-modules/braintree/default.nix
+++ b/pkgs/development/python-modules/braintree/default.nix
@@ -22,6 +22,6 @@ buildPythonPackage rec {
description = "Python library for integration with Braintree";
homepage = "https://github.com/braintree/braintree_python";
license = licenses.mit;
- maintainers = [ maintainers.ivegotasthma ];
+ maintainers = with maintainers; [ ];
};
}