···36 homepage = "http://www.and.org/ustr/";
37 description = "Micro String API for C language";
38 license = licenses.bsd2;
39- maintainers = [ maintainers.phreedom ];
40 platforms = platforms.linux;
41 };
42}
···36 homepage = "http://www.and.org/ustr/";
37 description = "Micro String API for C language";
38 license = licenses.bsd2;
39+ maintainers = [ ];
40 platforms = platforms.linux;
41 };
42}
+1-1
pkgs/development/python-modules/adal/default.nix
···16 description = "Library to make it easy for python application to authenticate to Azure Active Directory (AAD) in order to access AAD protected web resources";
17 homepage = "https://github.com/AzureAD/azure-activedirectory-library-for-python";
18 license = licenses.mit;
19- maintainers = with maintainers; [ phreedom ];
20 };
21}
···16 description = "Library to make it easy for python application to authenticate to Azure Active Directory (AAD) in order to access AAD protected web resources";
17 homepage = "https://github.com/AzureAD/azure-activedirectory-library-for-python";
18 license = licenses.mit;
19+ maintainers = with maintainers; [ ];
20 };
21}
···18 description = "A pluggable transport proxy";
19 homepage = "https://www.torproject.org/projects/obfsproxy";
20 repositories.git = "https://git.torproject.org/pluggable-transports/obfs4.git";
21- maintainers = with maintainers; [ phreedom thoughtpolice ];
22 };
23}
···18 description = "A pluggable transport proxy";
19 homepage = "https://www.torproject.org/projects/obfsproxy";
20 repositories.git = "https://git.torproject.org/pluggable-transports/obfs4.git";
21+ maintainers = with maintainers; [ thoughtpolice ];
22 };
23}
+1-1
pkgs/tools/networking/p2p/amule/default.nix
···6667 homepage = "https://github.com/amule-project/amule";
68 license = licenses.gpl2Plus;
69- maintainers = with maintainers; [ phreedom ];
70 platforms = platforms.unix;
71 # cmake fails: Cannot specify link libraries for target "wxWidgets::ADV" which is not built by this project.
72 broken = enableDaemon;
···6667 homepage = "https://github.com/amule-project/amule";
68 license = licenses.gpl2Plus;
69+ maintainers = with maintainers; [ ];
70 platforms = platforms.unix;
71 # cmake fails: Cannot specify link libraries for target "wxWidgets::ADV" which is not built by this project.
72 broken = enableDaemon;
···24 homepage = "https://tails.boum.org";
25 description = "GTK application to display Tor circuits and streams";
26 license = licenses.gpl3;
27- maintainers = [ maintainers.phreedom ];
28 };
29}
30
···24 homepage = "https://tails.boum.org";
25 description = "GTK application to display Tor circuits and streams";
26 license = licenses.gpl3;
27+ maintainers = [ ];
28 };
29}
30
+1-1
pkgs/tools/security/polkit-gnome/default.nix
···23 homepage = "https://gitlab.gnome.org/Archive/policykit-gnome";
24 description = "A dbus session bus service that is used to bring up authentication dialogs";
25 license = lib.licenses.lgpl2Plus;
26- maintainers = with lib.maintainers; [ phreedom ];
27 platforms = lib.platforms.linux;
28 };
29}
···23 homepage = "https://gitlab.gnome.org/Archive/policykit-gnome";
24 description = "A dbus session bus service that is used to bring up authentication dialogs";
25 license = lib.licenses.lgpl2Plus;
26+ maintainers = with lib.maintainers; [ ];
27 platforms = lib.platforms.linux;
28 };
29}