maintainers: drop phreedom

This commit is contained in:
Sandro Jäckel
2021-12-19 07:30:50 +01:00
parent 7f1a335b9a
commit cbfc50722f
40 changed files with 39 additions and 45 deletions
@@ -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; [ ];
};
}