maintainers: drop phreedom

+39 -45
-6
maintainers/maintainer-list.nix
··· 9184 9184 githubId = 301903; 9185 9185 name = "Chip Collier"; 9186 9186 }; 9187 - phreedom = { 9188 - email = "phreedom@yandex.ru"; 9189 - github = "phreedom"; 9190 - githubId = 62577; 9191 - name = "Evgeny Egorochkin"; 9192 - }; 9193 9187 phryneas = { 9194 9188 email = "mail@lenzw.de"; 9195 9189 github = "phryneas";
+1 -1
pkgs/applications/editors/gobby/default.nix
··· 24 24 homepage = "http://gobby.0x539.de/"; 25 25 description = "A GTK-based collaborative editor supporting multiple documents in one session and a multi-user chat"; 26 26 license = lib.licenses.gpl2Plus; 27 - maintainers = [ maintainers.phreedom ]; 27 + maintainers = [ ]; 28 28 platforms = platforms.all; 29 29 }; 30 30 }
+1 -1
pkgs/applications/kde/k3b.nix
··· 13 13 homepage = "https://apps.kde.org/k3b/"; 14 14 description = "Disk burning application"; 15 15 license = with licenses; [ gpl2Plus ]; 16 - maintainers = with maintainers; [ sander phreedom ]; 16 + maintainers = with maintainers; [ sander ]; 17 17 platforms = platforms.linux; 18 18 }; 19 19 nativeBuildInputs = [ extra-cmake-modules kdoctools makeWrapper ];
+1 -1
pkgs/applications/networking/instant-messengers/torchat/default.nix
··· 34 34 homepage = "https://github.com/prof7bit/TorChat"; 35 35 description = "Instant messaging application on top of the Tor network and it's location hidden services"; 36 36 license = licenses.gpl3; 37 - maintainers = [ maintainers.phreedom ]; 37 + maintainers = [ ]; 38 38 platforms = platforms.unix; 39 39 }; 40 40 }
+1 -1
pkgs/applications/networking/irc/quassel/default.nix
··· 93 93 as WeeChat, but graphical (based on Qt4/KDE4 or Qt5/KF5). 94 94 ''; 95 95 license = licenses.gpl3; 96 - maintainers = with maintainers; [ phreedom ttuegel ]; 96 + maintainers = with maintainers; [ ttuegel ]; 97 97 repositories.git = "https://github.com/quassel/quassel.git"; 98 98 inherit (qtbase.meta) platforms; 99 99 };
+1 -1
pkgs/applications/office/calligra/default.nix
··· 65 65 vector graphics. 66 66 ''; 67 67 homepage = "https://www.calligra.org/"; 68 - maintainers = with maintainers; [ phreedom ebzzry zraexy ]; 68 + maintainers = with maintainers; [ ebzzry zraexy ]; 69 69 platforms = platforms.linux; 70 70 license = with licenses; [ gpl2 lgpl2 ]; 71 71 };
+1 -1
pkgs/development/libraries/libdevil/default.nix
··· 54 54 description = "An image library which can can load, save, convert, manipulate, filter and display a wide variety of image formats"; 55 55 license = licenses.lgpl2; 56 56 platforms = platforms.mesaPlatforms; 57 - maintainers = [ maintainers.phreedom ]; 57 + maintainers = [ ]; 58 58 }; 59 59 }
+1 -1
pkgs/development/libraries/libinfinity/default.nix
··· 46 46 homepage = "https://gobby.github.io/"; 47 47 description = "An implementation of the Infinote protocol written in GObject-based C"; 48 48 license = lib.licenses.lgpl2Plus; 49 - maintainers = [ lib.maintainers.phreedom ]; 49 + maintainers = [ ]; 50 50 platforms = with lib.platforms; linux ++ darwin; 51 51 }; 52 52 };
+1 -1
pkgs/development/libraries/liblastfm/default.nix
··· 30 30 repositories.git = "git://github.com/lastfm/liblastfm.git"; 31 31 description = "Official LastFM library"; 32 32 platforms = platforms.unix; 33 - maintainers = [ maintainers.phreedom ]; 33 + maintainers = [ ]; 34 34 license = licenses.gpl3; 35 35 }; 36 36 }
+1 -1
pkgs/development/libraries/libtorrent-rasterbar/1.1.nix
··· 44 44 homepage = "https://libtorrent.org/"; 45 45 description = "A C++ BitTorrent implementation focusing on efficiency and scalability"; 46 46 license = licenses.bsd3; 47 - maintainers = [ maintainers.phreedom ]; 47 + maintainers = [ ]; 48 48 platforms = platforms.unix; 49 49 }; 50 50 }
+1 -1
pkgs/development/libraries/libtorrent-rasterbar/1.2.nix
··· 47 47 homepage = "https://libtorrent.org/"; 48 48 description = "A C++ BitTorrent implementation focusing on efficiency and scalability"; 49 49 license = licenses.bsd3; 50 - maintainers = [ maintainers.phreedom ]; 50 + maintainers = [ ]; 51 51 broken = stdenv.isDarwin; 52 52 platforms = platforms.unix; 53 53 };
+1 -1
pkgs/development/libraries/libtorrent-rasterbar/default.nix
··· 40 40 homepage = "https://libtorrent.org/"; 41 41 description = "A C++ BitTorrent implementation focusing on efficiency and scalability"; 42 42 license = licenses.bsd3; 43 - maintainers = [ maintainers.phreedom ]; 43 + maintainers = [ ]; 44 44 platforms = platforms.unix; 45 45 }; 46 46 }
+1 -1
pkgs/development/libraries/libxmlxx/default.nix
··· 29 29 description = "C++ wrapper for the libxml2 XML parser library"; 30 30 license = licenses.lgpl2Plus; 31 31 platforms = platforms.unix; 32 - maintainers = with maintainers; [ phreedom ]; 32 + maintainers = with maintainers; [ ]; 33 33 }; 34 34 }
+1 -1
pkgs/development/libraries/qt-4.x/4.8/default.nix
··· 242 242 homepage = "https://qt-project.org/"; 243 243 description = "A cross-platform application framework for C++"; 244 244 license = lib.licenses.lgpl21Plus; # or gpl3 245 - maintainers = with lib.maintainers; [ orivej lovek323 phreedom sander ]; 245 + maintainers = with lib.maintainers; [ orivej lovek323 sander ]; 246 246 platforms = lib.platforms.unix; 247 247 badPlatforms = [ "x86_64-darwin" ]; 248 248 };
+1 -1
pkgs/development/libraries/tsocks/default.nix
··· 29 29 description = "Transparent SOCKS v4 proxying library"; 30 30 homepage = "http://tsocks.sourceforge.net/"; 31 31 license = lib.licenses.gpl2; 32 - maintainers = with maintainers; [ edwtjo phreedom ]; 32 + maintainers = with maintainers; [ edwtjo ]; 33 33 platforms = platforms.unix; 34 34 broken = stdenv.hostPlatform.isDarwin; 35 35 };
+1 -1
pkgs/development/libraries/ustr/default.nix
··· 36 36 homepage = "http://www.and.org/ustr/"; 37 37 description = "Micro String API for C language"; 38 38 license = licenses.bsd2; 39 - maintainers = [ maintainers.phreedom ]; 39 + maintainers = [ ]; 40 40 platforms = platforms.linux; 41 41 }; 42 42 }
+1 -1
pkgs/development/python-modules/adal/default.nix
··· 16 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 17 homepage = "https://github.com/AzureAD/azure-activedirectory-library-for-python"; 18 18 license = licenses.mit; 19 - maintainers = with maintainers; [ phreedom ]; 19 + maintainers = with maintainers; [ ]; 20 20 }; 21 21 }
+1 -1
pkgs/development/python-modules/obfsproxy/default.nix
··· 31 31 description = "A pluggable transport proxy"; 32 32 homepage = "https://www.torproject.org/projects/obfsproxy"; 33 33 repositories.git = "https://git.torproject.org/pluggable-transports/obfsproxy.git"; 34 - maintainers = with maintainers; [ phreedom thoughtpolice ]; 34 + maintainers = with maintainers; [ thoughtpolice ]; 35 35 }; 36 36 37 37 }
+1 -1
pkgs/development/python-modules/stem/default.nix
··· 27 27 description = "Controller library that allows applications to interact with Tor"; 28 28 homepage = "https://stem.torproject.org/"; 29 29 license = licenses.gpl3; 30 - maintainers = with maintainers; [ phreedom ]; 30 + maintainers = with maintainers; [ ]; 31 31 }; 32 32 }
+1 -1
pkgs/games/spring/default.nix
··· 58 58 homepage = "https://springrts.com/"; 59 59 description = "A powerful real-time strategy (RTS) game engine"; 60 60 license = licenses.gpl2; 61 - maintainers = with maintainers; [ phreedom qknight domenkozar sorki ]; 61 + maintainers = with maintainers; [ qknight domenkozar sorki ]; 62 62 platforms = platforms.linux; 63 63 }; 64 64 }
+1 -1
pkgs/games/spring/springlobby.nix
··· 37 37 repositories.git = "git://github.com/springlobby/springlobby.git"; 38 38 description = "Cross-platform lobby client for the Spring RTS project"; 39 39 license = licenses.gpl2; 40 - maintainers = with maintainers; [ phreedom qknight domenkozar ]; 40 + maintainers = with maintainers; [ qknight domenkozar ]; 41 41 platforms = platforms.linux; 42 42 }; 43 43 }
+1 -1
pkgs/os-specific/linux/apparmor/default.nix
··· 27 27 homepage = "https://apparmor.net/"; 28 28 description = "A mandatory access control system - ${component}"; 29 29 license = licenses.gpl2; 30 - maintainers = with maintainers; [ joachifm julm phreedom thoughtpolice ]; 30 + maintainers = with maintainers; [ joachifm julm thoughtpolice ]; 31 31 platforms = platforms.linux; 32 32 }; 33 33
+1 -1
pkgs/os-specific/linux/broadcom-sta/default.nix
··· 63 63 description = "Kernel module driver for some Broadcom's wireless cards"; 64 64 homepage = "http://www.broadcom.com/support/802.11/linux_sta.php"; 65 65 license = lib.licenses.unfreeRedistributable; 66 - maintainers = with lib.maintainers; [ phreedom ]; 66 + maintainers = with lib.maintainers; [ ]; 67 67 platforms = lib.platforms.linux; 68 68 }; 69 69 }
+1 -1
pkgs/os-specific/linux/hostapd/default.nix
··· 106 106 repositories.git = "git://w1.fi/hostap.git"; 107 107 description = "A user space daemon for access point and authentication servers"; 108 108 license = licenses.gpl2; 109 - maintainers = with maintainers; [ phreedom ninjatrappeur hexa ]; 109 + maintainers = with maintainers; [ ninjatrappeur hexa ]; 110 110 platforms = platforms.linux; 111 111 }; 112 112 }
+1 -1
pkgs/os-specific/linux/libsepol/default.nix
··· 37 37 description = "SELinux binary policy manipulation library"; 38 38 homepage = "http://userspace.selinuxproject.org"; 39 39 platforms = platforms.linux; 40 - maintainers = [ maintainers.phreedom ]; 40 + maintainers = [ ]; 41 41 license = lib.licenses.gpl2Plus; 42 42 }; 43 43 }
+1 -1
pkgs/servers/mediatomb/default.nix
··· 20 20 repositories.git = "git://mediatomb.git.sourceforge.net/gitroot/mediatomb/mediatomb"; 21 21 description = "UPnP MediaServer with a web user interface"; 22 22 license = licenses.gpl2; 23 - maintainers = [ maintainers.phreedom ]; 23 + maintainers = [ ]; 24 24 platforms = platforms.linux; 25 25 }; 26 26 }
+1 -1
pkgs/servers/polipo/default.nix
··· 16 16 homepage = "http://www.pps.jussieu.fr/~jch/software/polipo/"; 17 17 description = "A small and fast caching web proxy"; 18 18 license = licenses.mit; 19 - maintainers = with maintainers; [ phreedom ehmry ]; 19 + maintainers = with maintainers; [ ehmry ]; 20 20 platforms = platforms.all; 21 21 knownVulnerabilities = [ 22 22 "Unmaintained upstream: https://github.com/jech/polipo/commit/4d42ca1b5849"
+1 -1
pkgs/tools/misc/youtube-dl/default.nix
··· 77 77 ''; 78 78 license = licenses.publicDomain; 79 79 platforms = with platforms; linux ++ darwin; 80 - maintainers = with maintainers; [ bluescreen303 phreedom AndersonTorres fpletz ma27 ]; 80 + maintainers = with maintainers; [ bluescreen303 AndersonTorres fpletz ma27 ]; 81 81 }; 82 82 }
+1 -1
pkgs/tools/networking/networkmanager/applet/default.nix
··· 83 83 homepage = "https://gitlab.gnome.org/GNOME/network-manager-applet/"; 84 84 description = "NetworkManager control applet for GNOME"; 85 85 license = licenses.gpl2Plus; 86 - maintainers = with maintainers; [ phreedom ]; 86 + maintainers = with maintainers; [ ]; 87 87 platforms = platforms.linux; 88 88 }; 89 89 }
+1 -1
pkgs/tools/networking/networkmanager/default.nix
··· 191 191 description = "Network configuration and management tool"; 192 192 license = licenses.gpl2Plus; 193 193 changelog = "https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/raw/${version}/NEWS"; 194 - maintainers = teams.freedesktop.members ++ (with maintainers; [ phreedom domenkozar obadz maxeaubrey ]); 194 + maintainers = teams.freedesktop.members ++ (with maintainers; [ domenkozar obadz maxeaubrey ]); 195 195 platforms = platforms.linux; 196 196 }; 197 197 }
+1 -1
pkgs/tools/networking/obfs4/default.nix
··· 18 18 description = "A pluggable transport proxy"; 19 19 homepage = "https://www.torproject.org/projects/obfsproxy"; 20 20 repositories.git = "https://git.torproject.org/pluggable-transports/obfs4.git"; 21 - maintainers = with maintainers; [ phreedom thoughtpolice ]; 21 + maintainers = with maintainers; [ thoughtpolice ]; 22 22 }; 23 23 }
+1 -1
pkgs/tools/networking/p2p/amule/default.nix
··· 66 66 67 67 homepage = "https://github.com/amule-project/amule"; 68 68 license = licenses.gpl2Plus; 69 - maintainers = with maintainers; [ phreedom ]; 69 + maintainers = with maintainers; [ ]; 70 70 platforms = platforms.unix; 71 71 # cmake fails: Cannot specify link libraries for target "wxWidgets::ADV" which is not built by this project. 72 72 broken = enableDaemon;
+1 -1
pkgs/tools/networking/privoxy/default.nix
··· 41 41 # GPLv2 (or later). See https://www.privoxy.org/user-manual/copyright.html 42 42 license = licenses.gpl2Plus; 43 43 platforms = platforms.all; 44 - maintainers = [ maintainers.phreedom ]; 44 + maintainers = [ ]; 45 45 }; 46 46 47 47 }
+1 -1
pkgs/tools/security/clamav/default.nix
··· 53 53 homepage = "https://www.clamav.net"; 54 54 description = "Antivirus engine designed for detecting Trojans, viruses, malware and other malicious threats"; 55 55 license = licenses.gpl2; 56 - maintainers = with maintainers; [ phreedom robberer qknight fpletz globin ]; 56 + maintainers = with maintainers; [ robberer qknight fpletz globin ]; 57 57 platforms = platforms.unix; 58 58 }; 59 59 }
+1 -1
pkgs/tools/security/fprot/default.nix
··· 36 36 homepage = "http://www.f-prot.com"; 37 37 description = "A popular proprietary antivirus program"; 38 38 license = licenses.unfree; 39 - maintainers = [ maintainers.phreedom ]; 39 + maintainers = [ ]; 40 40 platforms = platforms.linux; 41 41 }; 42 42 }
+1 -1
pkgs/tools/security/onioncircuits/default.nix
··· 24 24 homepage = "https://tails.boum.org"; 25 25 description = "GTK application to display Tor circuits and streams"; 26 26 license = licenses.gpl3; 27 - maintainers = [ maintainers.phreedom ]; 27 + maintainers = [ ]; 28 28 }; 29 29 } 30 30
+1 -1
pkgs/tools/security/polkit-gnome/default.nix
··· 23 23 homepage = "https://gitlab.gnome.org/Archive/policykit-gnome"; 24 24 description = "A dbus session bus service that is used to bring up authentication dialogs"; 25 25 license = lib.licenses.lgpl2Plus; 26 - maintainers = with lib.maintainers; [ phreedom ]; 26 + maintainers = with lib.maintainers; [ ]; 27 27 platforms = lib.platforms.linux; 28 28 }; 29 29 }
+1 -1
pkgs/tools/security/tor/default.nix
··· 113 113 license = licenses.bsd3; 114 114 115 115 maintainers = with maintainers; 116 - [ phreedom thoughtpolice joachifm prusnak ]; 116 + [ thoughtpolice joachifm prusnak ]; 117 117 platforms = platforms.unix; 118 118 }; 119 119 }
+1 -1
pkgs/tools/security/tor/torsocks.nix
··· 38 38 repositories.git = "https://git.torproject.org/torsocks.git"; 39 39 license = lib.licenses.gpl2; 40 40 platforms = lib.platforms.unix; 41 - maintainers = with lib.maintainers; [ phreedom thoughtpolice ]; 41 + maintainers = with lib.maintainers; [ thoughtpolice ]; 42 42 }; 43 43 }
+1 -1
pkgs/tools/system/lshw/default.nix
··· 46 46 homepage = "https://ezix.org/project/wiki/HardwareLiSter"; 47 47 description = "Provide detailed information on the hardware configuration of the machine"; 48 48 license = licenses.gpl2; 49 - maintainers = with maintainers; [ phreedom ]; 49 + maintainers = with maintainers; [ ]; 50 50 platforms = platforms.linux; 51 51 }; 52 52 }