summaryrefslogtreecommitdiffstats
path: root/pkgs/development/python-modules/adal
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-12-18 10:25:46 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-12-19 07:30:50 +0100
commitcbfc50722fc0dc4e21f08ef1bef0190e3fe78ea0 (patch)
tree900f9d07b855177eddc62ab917810e9834adf567 /pkgs/development/python-modules/adal
parent7f1a335b9a015e26106d7d9dfd413726c93292a3 (diff)
maintainers: drop phreedom
Diffstat (limited to 'pkgs/development/python-modules/adal')
-rw-r--r--pkgs/development/python-modules/adal/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/adal/default.nix b/pkgs/development/python-modules/adal/default.nix
index b555188b4b5c..d3826013c8ee 100644
--- a/pkgs/development/python-modules/adal/default.nix
+++ b/pkgs/development/python-modules/adal/default.nix
@@ -16,6 +16,6 @@ buildPythonPackage rec {
description = "Library to make it easy for python application to authenticate to Azure Active Directory (AAD) in order to access AAD protected web resources";
homepage = "https://github.com/AzureAD/azure-activedirectory-library-for-python";
license = licenses.mit;
- maintainers = with maintainers; [ phreedom ];
+ maintainers = with maintainers; [ ];
};
}