Skip to content

Commit

Permalink
Merge pull request #151168 from SuperSandro2000/phreedom
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Dec 19, 2021
2 parents e6647de + cbfc507 commit 69a2c62
Show file tree
Hide file tree
Showing 40 changed files with 39 additions and 45 deletions.
6 changes: 0 additions & 6 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9184,12 +9184,6 @@
githubId = 301903;
name = "Chip Collier";
};
phreedom = {
email = "[email protected]";
github = "phreedom";
githubId = 62577;
name = "Evgeny Egorochkin";
};
phryneas = {
email = "[email protected]";
github = "phryneas";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/editors/gobby/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ in stdenv.mkDerivation rec {
homepage = "http://gobby.0x539.de/";
description = "A GTK-based collaborative editor supporting multiple documents in one session and a multi-user chat";
license = lib.licenses.gpl2Plus;
maintainers = [ maintainers.phreedom ];
maintainers = [ ];
platforms = platforms.all;
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/kde/k3b.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ mkDerivation {
homepage = "https://apps.kde.org/k3b/";
description = "Disk burning application";
license = with licenses; [ gpl2Plus ];
maintainers = with maintainers; [ sander phreedom ];
maintainers = with maintainers; [ sander ];
platforms = platforms.linux;
};
nativeBuildInputs = [ extra-cmake-modules kdoctools makeWrapper ];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/prof7bit/TorChat";
description = "Instant messaging application on top of the Tor network and it's location hidden services";
license = licenses.gpl3;
maintainers = [ maintainers.phreedom ];
maintainers = [ ];
platforms = platforms.unix;
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/networking/irc/quassel/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ in (if !buildClient then stdenv.mkDerivation else mkDerivation) rec {
as WeeChat, but graphical (based on Qt4/KDE4 or Qt5/KF5).
'';
license = licenses.gpl3;
maintainers = with maintainers; [ phreedom ttuegel ];
maintainers = with maintainers; [ ttuegel ];
repositories.git = "https://github.com/quassel/quassel.git";
inherit (qtbase.meta) platforms;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/office/calligra/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ mkDerivation rec {
vector graphics.
'';
homepage = "https://www.calligra.org/";
maintainers = with maintainers; [ phreedom ebzzry zraexy ];
maintainers = with maintainers; [ ebzzry zraexy ];
platforms = platforms.linux;
license = with licenses; [ gpl2 lgpl2 ];
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libdevil/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ stdenv.mkDerivation rec {
description = "An image library which can can load, save, convert, manipulate, filter and display a wide variety of image formats";
license = licenses.lgpl2;
platforms = platforms.mesaPlatforms;
maintainers = [ maintainers.phreedom ];
maintainers = [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libinfinity/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ let
homepage = "https://gobby.github.io/";
description = "An implementation of the Infinote protocol written in GObject-based C";
license = lib.licenses.lgpl2Plus;
maintainers = [ lib.maintainers.phreedom ];
maintainers = [ ];
platforms = with lib.platforms; linux ++ darwin;
};
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/liblastfm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
repositories.git = "git://github.com/lastfm/liblastfm.git";
description = "Official LastFM library";
platforms = platforms.unix;
maintainers = [ maintainers.phreedom ];
maintainers = [ ];
license = licenses.gpl3;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libtorrent-rasterbar/1.1.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ in stdenv.mkDerivation {
homepage = "https://libtorrent.org/";
description = "A C++ BitTorrent implementation focusing on efficiency and scalability";
license = licenses.bsd3;
maintainers = [ maintainers.phreedom ];
maintainers = [ ];
platforms = platforms.unix;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libtorrent-rasterbar/1.2.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ in stdenv.mkDerivation {
homepage = "https://libtorrent.org/";
description = "A C++ BitTorrent implementation focusing on efficiency and scalability";
license = licenses.bsd3;
maintainers = [ maintainers.phreedom ];
maintainers = [ ];
broken = stdenv.isDarwin;
platforms = platforms.unix;
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ in stdenv.mkDerivation {
homepage = "https://libtorrent.org/";
description = "A C++ BitTorrent implementation focusing on efficiency and scalability";
license = licenses.bsd3;
maintainers = [ maintainers.phreedom ];
maintainers = [ ];
platforms = platforms.unix;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libxmlxx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
description = "C++ wrapper for the libxml2 XML parser library";
license = licenses.lgpl2Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ phreedom ];
maintainers = with maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/libraries/qt-4.x/4.8/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ stdenv.mkDerivation rec {
homepage = "https://qt-project.org/";
description = "A cross-platform application framework for C++";
license = lib.licenses.lgpl21Plus; # or gpl3
maintainers = with lib.maintainers; [ orivej lovek323 phreedom sander ];
maintainers = with lib.maintainers; [ orivej lovek323 sander ];
platforms = lib.platforms.unix;
badPlatforms = [ "x86_64-darwin" ];
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/tsocks/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
description = "Transparent SOCKS v4 proxying library";
homepage = "http://tsocks.sourceforge.net/";
license = lib.licenses.gpl2;
maintainers = with maintainers; [ edwtjo phreedom ];
maintainers = with maintainers; [ edwtjo ];
platforms = platforms.unix;
broken = stdenv.hostPlatform.isDarwin;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/ustr/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
homepage = "http://www.and.org/ustr/";
description = "Micro String API for C language";
license = licenses.bsd2;
maintainers = [ maintainers.phreedom ];
maintainers = [ ];
platforms = platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/adal/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/obfsproxy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ buildPythonPackage rec {
description = "A pluggable transport proxy";
homepage = "https://www.torproject.org/projects/obfsproxy";
repositories.git = "https://git.torproject.org/pluggable-transports/obfsproxy.git";
maintainers = with maintainers; [ phreedom thoughtpolice ];
maintainers = with maintainers; [ thoughtpolice ];
};

}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/stem/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ buildPythonPackage rec {
description = "Controller library that allows applications to interact with Tor";
homepage = "https://stem.torproject.org/";
license = licenses.gpl3;
maintainers = with maintainers; [ phreedom ];
maintainers = with maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/games/spring/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
homepage = "https://springrts.com/";
description = "A powerful real-time strategy (RTS) game engine";
license = licenses.gpl2;
maintainers = with maintainers; [ phreedom qknight domenkozar sorki ];
maintainers = with maintainers; [ qknight domenkozar sorki ];
platforms = platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/games/spring/springlobby.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
repositories.git = "git://github.com/springlobby/springlobby.git";
description = "Cross-platform lobby client for the Spring RTS project";
license = licenses.gpl2;
maintainers = with maintainers; [ phreedom qknight domenkozar ];
maintainers = with maintainers; [ qknight domenkozar ];
platforms = platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/apparmor/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ let
homepage = "https://apparmor.net/";
description = "A mandatory access control system - ${component}";
license = licenses.gpl2;
maintainers = with maintainers; [ joachifm julm phreedom thoughtpolice ];
maintainers = with maintainers; [ joachifm julm thoughtpolice ];
platforms = platforms.linux;
};

Expand Down
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/broadcom-sta/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ stdenv.mkDerivation {
description = "Kernel module driver for some Broadcom's wireless cards";
homepage = "http://www.broadcom.com/support/802.11/linux_sta.php";
license = lib.licenses.unfreeRedistributable;
maintainers = with lib.maintainers; [ phreedom ];
maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/hostapd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ stdenv.mkDerivation rec {
repositories.git = "git://w1.fi/hostap.git";
description = "A user space daemon for access point and authentication servers";
license = licenses.gpl2;
maintainers = with maintainers; [ phreedom ninjatrappeur hexa ];
maintainers = with maintainers; [ ninjatrappeur hexa ];
platforms = platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/libsepol/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
description = "SELinux binary policy manipulation library";
homepage = "http://userspace.selinuxproject.org";
platforms = platforms.linux;
maintainers = [ maintainers.phreedom ];
maintainers = [ ];
license = lib.licenses.gpl2Plus;
};
}
2 changes: 1 addition & 1 deletion pkgs/servers/mediatomb/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
repositories.git = "git://mediatomb.git.sourceforge.net/gitroot/mediatomb/mediatomb";
description = "UPnP MediaServer with a web user interface";
license = licenses.gpl2;
maintainers = [ maintainers.phreedom ];
maintainers = [ ];
platforms = platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/servers/polipo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
homepage = "http://www.pps.jussieu.fr/~jch/software/polipo/";
description = "A small and fast caching web proxy";
license = licenses.mit;
maintainers = with maintainers; [ phreedom ehmry ];
maintainers = with maintainers; [ ehmry ];
platforms = platforms.all;
knownVulnerabilities = [
"Unmaintained upstream: https://github.com/jech/polipo/commit/4d42ca1b5849"
Expand Down
2 changes: 1 addition & 1 deletion pkgs/tools/misc/youtube-dl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ buildPythonPackage rec {
'';
license = licenses.publicDomain;
platforms = with platforms; linux ++ darwin;
maintainers = with maintainers; [ bluescreen303 phreedom AndersonTorres fpletz ma27 ];
maintainers = with maintainers; [ bluescreen303 AndersonTorres fpletz ma27 ];
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/networking/networkmanager/applet/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ stdenv.mkDerivation rec {
homepage = "https://gitlab.gnome.org/GNOME/network-manager-applet/";
description = "NetworkManager control applet for GNOME";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ phreedom ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/networking/networkmanager/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ stdenv.mkDerivation rec {
description = "Network configuration and management tool";
license = licenses.gpl2Plus;
changelog = "https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/raw/${version}/NEWS";
maintainers = teams.freedesktop.members ++ (with maintainers; [ phreedom domenkozar obadz maxeaubrey ]);
maintainers = teams.freedesktop.members ++ (with maintainers; [ domenkozar obadz maxeaubrey ]);
platforms = platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/networking/obfs4/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ buildGoModule rec {
description = "A pluggable transport proxy";
homepage = "https://www.torproject.org/projects/obfsproxy";
repositories.git = "https://git.torproject.org/pluggable-transports/obfs4.git";
maintainers = with maintainers; [ phreedom thoughtpolice ];
maintainers = with maintainers; [ thoughtpolice ];
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/networking/p2p/amule/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ stdenv.mkDerivation rec {

homepage = "https://github.com/amule-project/amule";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ phreedom ];
maintainers = with maintainers; [ ];
platforms = platforms.unix;
# cmake fails: Cannot specify link libraries for target "wxWidgets::ADV" which is not built by this project.
broken = enableDaemon;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/tools/networking/privoxy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
# GPLv2 (or later). See https://www.privoxy.org/user-manual/copyright.html
license = licenses.gpl2Plus;
platforms = platforms.all;
maintainers = [ maintainers.phreedom ];
maintainers = [ ];
};

}
2 changes: 1 addition & 1 deletion pkgs/tools/security/clamav/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
homepage = "https://www.clamav.net";
description = "Antivirus engine designed for detecting Trojans, viruses, malware and other malicious threats";
license = licenses.gpl2;
maintainers = with maintainers; [ phreedom robberer qknight fpletz globin ];
maintainers = with maintainers; [ robberer qknight fpletz globin ];
platforms = platforms.unix;
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/security/fprot/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ stdenv.mkDerivation {
homepage = "http://www.f-prot.com";
description = "A popular proprietary antivirus program";
license = licenses.unfree;
maintainers = [ maintainers.phreedom ];
maintainers = [ ];
platforms = platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/security/onioncircuits/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ python3.pkgs.buildPythonApplication rec {
homepage = "https://tails.boum.org";
description = "GTK application to display Tor circuits and streams";
license = licenses.gpl3;
maintainers = [ maintainers.phreedom ];
maintainers = [ ];
};
}

2 changes: 1 addition & 1 deletion pkgs/tools/security/polkit-gnome/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
homepage = "https://gitlab.gnome.org/Archive/policykit-gnome";
description = "A dbus session bus service that is used to bring up authentication dialogs";
license = lib.licenses.lgpl2Plus;
maintainers = with lib.maintainers; [ phreedom ];
maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/security/tor/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ stdenv.mkDerivation rec {
license = licenses.bsd3;

maintainers = with maintainers;
[ phreedom thoughtpolice joachifm prusnak ];
[ thoughtpolice joachifm prusnak ];
platforms = platforms.unix;
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/security/tor/torsocks.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ stdenv.mkDerivation rec {
repositories.git = "https://git.torproject.org/torsocks.git";
license = lib.licenses.gpl2;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ phreedom thoughtpolice ];
maintainers = with lib.maintainers; [ thoughtpolice ];
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/system/lshw/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
homepage = "https://ezix.org/project/wiki/HardwareLiSter";
description = "Provide detailed information on the hardware configuration of the machine";
license = licenses.gpl2;
maintainers = with maintainers; [ phreedom ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}

0 comments on commit 69a2c62

Please sign in to comment.