···1616 description = "Library to make it easy for python application to authenticate to Azure Active Directory (AAD) in order to access AAD protected web resources";
1717 homepage = "https://github.com/AzureAD/azure-activedirectory-library-for-python";
1818 license = licenses.mit;
1919- maintainers = with maintainers; [ phreedom ];
1919+ maintainers = with maintainers; [ ];
2020 };
2121}
···1818 description = "A pluggable transport proxy";
1919 homepage = "https://www.torproject.org/projects/obfsproxy";
2020 repositories.git = "https://git.torproject.org/pluggable-transports/obfs4.git";
2121- maintainers = with maintainers; [ phreedom thoughtpolice ];
2121+ maintainers = with maintainers; [ thoughtpolice ];
2222 };
2323}
+1-1
pkgs/tools/networking/p2p/amule/default.nix
···66666767 homepage = "https://github.com/amule-project/amule";
6868 license = licenses.gpl2Plus;
6969- maintainers = with maintainers; [ phreedom ];
6969+ maintainers = with maintainers; [ ];
7070 platforms = platforms.unix;
7171 # cmake fails: Cannot specify link libraries for target "wxWidgets::ADV" which is not built by this project.
7272 broken = enableDaemon;
···2323 homepage = "https://gitlab.gnome.org/Archive/policykit-gnome";
2424 description = "A dbus session bus service that is used to bring up authentication dialogs";
2525 license = lib.licenses.lgpl2Plus;
2626- maintainers = with lib.maintainers; [ phreedom ];
2626+ maintainers = with lib.maintainers; [ ];
2727 platforms = lib.platforms.linux;
2828 };
2929}