From 99466ee39ebc0696e7fa79f0eaddee71819892eb Mon Sep 17 00:00:00 2001 From: ajs124 Date: Thu, 23 Jun 2022 00:51:46 +0200 Subject: [PATCH] maintainers: remove petabyteboy github account deleted --- maintainers/maintainer-list.nix | 7 ------- maintainers/team-list.nix | 1 - pkgs/applications/audio/giada/default.nix | 2 +- pkgs/applications/misc/tipp10/default.nix | 2 +- pkgs/applications/networking/mumble/default.nix | 2 +- pkgs/development/compilers/jetbrains-jdk/default.nix | 2 +- pkgs/development/libraries/ubus/default.nix | 2 +- pkgs/development/libraries/uci/default.nix | 2 +- pkgs/development/python-modules/adblock/default.nix | 2 +- .../development/python-modules/django-cacheops/default.nix | 2 +- pkgs/development/python-modules/pixelmatch/default.nix | 2 +- pkgs/development/python-modules/pylxd/default.nix | 2 +- pkgs/development/python-modules/pyshark/default.nix | 2 +- pkgs/games/mindustry/default.nix | 2 +- pkgs/games/xonotic/default.nix | 2 +- pkgs/os-specific/linux/unscd/default.nix | 2 +- pkgs/servers/gortr/default.nix | 2 +- pkgs/servers/mastodon/default.nix | 2 +- pkgs/servers/monitoring/prometheus/jitsi-exporter.nix | 2 +- pkgs/servers/pleroma/default.nix | 2 +- pkgs/tools/graphics/viu/default.nix | 2 +- pkgs/tools/misc/claws/default.nix | 2 +- pkgs/tools/misc/coreboot-utils/default.nix | 2 +- pkgs/tools/misc/duf/default.nix | 2 +- pkgs/tools/networking/netifd/default.nix | 2 +- pkgs/tools/networking/tinyfecvpn/default.nix | 2 +- 26 files changed, 24 insertions(+), 32 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index ae02d6bb1bea..eb7003063067 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -9901,13 +9901,6 @@ githubId = 152312; name = "Periklis Tsirakidis"; }; - petabyteboy = { - email = "milan@petabyte.dev"; - matrix = "@milan:petabyte.dev"; - github = "petabyteboy"; - githubId = 3250809; - name = "Milan Pässler"; - }; petercommand = { email = "petercommand@gmail.com"; github = "petercommand"; diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 413a6f9b1d7a..f78246b50e8b 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -325,7 +325,6 @@ with lib.maintainers; { jitsi = { members = [ cleeyv - petabyteboy ryantm yuka ]; diff --git a/pkgs/applications/audio/giada/default.nix b/pkgs/applications/audio/giada/default.nix index 4b7b760db355..15eccc46943f 100644 --- a/pkgs/applications/audio/giada/default.nix +++ b/pkgs/applications/audio/giada/default.nix @@ -76,7 +76,7 @@ stdenv.mkDerivation rec { description = "A free, minimal, hardcore audio tool for DJs, live performers and electronic musicians"; homepage = "https://giadamusic.com/"; license = licenses.gpl3; - maintainers = with maintainers; [ petabyteboy ]; + maintainers = with maintainers; [ ]; platforms = platforms.all; }; } diff --git a/pkgs/applications/misc/tipp10/default.nix b/pkgs/applications/misc/tipp10/default.nix index 37aafb7827ef..76ea8fb7fc0e 100644 --- a/pkgs/applications/misc/tipp10/default.nix +++ b/pkgs/applications/misc/tipp10/default.nix @@ -19,7 +19,7 @@ mkDerivation rec { description = "Learn and train typing with the ten-finger system"; homepage = "https://gitlab.com/tipp10/tipp10"; license = licenses.gpl2Only; - maintainers = with maintainers; [ petabyteboy ]; + maintainers = with maintainers; [ ]; platforms = platforms.all; }; } diff --git a/pkgs/applications/networking/mumble/default.nix b/pkgs/applications/networking/mumble/default.nix index fefa884c2a62..1604188773d1 100644 --- a/pkgs/applications/networking/mumble/default.nix +++ b/pkgs/applications/networking/mumble/default.nix @@ -40,7 +40,7 @@ let description = "Low-latency, high quality voice chat software"; homepage = "https://mumble.info"; license = licenses.bsd3; - maintainers = with maintainers; [ petabyteboy infinisil felixsinger ]; + maintainers = with maintainers; [ infinisil felixsinger ]; platforms = platforms.linux; }; }); diff --git a/pkgs/development/compilers/jetbrains-jdk/default.nix b/pkgs/development/compilers/jetbrains-jdk/default.nix index bfff07aabcb2..b49898e9292a 100644 --- a/pkgs/development/compilers/jetbrains-jdk/default.nix +++ b/pkgs/development/compilers/jetbrains-jdk/default.nix @@ -26,7 +26,7 @@ openjdk11.overrideAttrs (oldAttrs: rec { ''; homepage = "https://confluence.jetbrains.com/display/JBR/JetBrains+Runtime"; inherit (openjdk11.meta) license platforms mainProgram; - maintainers = with maintainers; [ edwtjo petabyteboy ]; + maintainers = with maintainers; [ edwtjo ]; }; passthru = oldAttrs.passthru // { home = "${jetbrains.jdk}/lib/openjdk"; diff --git a/pkgs/development/libraries/ubus/default.nix b/pkgs/development/libraries/ubus/default.nix index 4bbec39291a9..49aebdd7dca2 100644 --- a/pkgs/development/libraries/ubus/default.nix +++ b/pkgs/development/libraries/ubus/default.nix @@ -19,6 +19,6 @@ stdenv.mkDerivation { homepage = "https://git.openwrt.org/?p=project/ubus.git;a=summary"; license = licenses.lgpl21Only; platforms = platforms.all; - maintainers = with maintainers; [ petabyteboy ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/development/libraries/uci/default.nix b/pkgs/development/libraries/uci/default.nix index 49aba6cd1831..c3e61e8d22a0 100644 --- a/pkgs/development/libraries/uci/default.nix +++ b/pkgs/development/libraries/uci/default.nix @@ -20,6 +20,6 @@ stdenv.mkDerivation { homepage = "https://git.openwrt.org/?p=project/uci.git;a=summary"; license = licenses.lgpl21Only; platforms = platforms.all; - maintainers = with maintainers; [ petabyteboy ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/development/python-modules/adblock/default.nix b/pkgs/development/python-modules/adblock/default.nix index 3655c7456e58..3c97f2ff802c 100644 --- a/pkgs/development/python-modules/adblock/default.nix +++ b/pkgs/development/python-modules/adblock/default.nix @@ -75,7 +75,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python wrapper for Brave's adblocking library"; homepage = "https://github.com/ArniDagur/python-adblock/"; - maintainers = with maintainers; [ petabyteboy dotlambda ]; + maintainers = with maintainers; [ dotlambda ]; license = with licenses; [ asl20 /* or */ mit ]; }; } diff --git a/pkgs/development/python-modules/django-cacheops/default.nix b/pkgs/development/python-modules/django-cacheops/default.nix index 6c938870251f..bdb10688924d 100644 --- a/pkgs/development/python-modules/django-cacheops/default.nix +++ b/pkgs/development/python-modules/django-cacheops/default.nix @@ -31,6 +31,6 @@ buildPythonPackage rec { description = "A slick ORM cache with automatic granular event-driven invalidation for Django"; homepage = "https://github.com/Suor/django-cacheops"; license = licenses.bsd3; - maintainers = with maintainers; [ petabyteboy ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/development/python-modules/pixelmatch/default.nix b/pkgs/development/python-modules/pixelmatch/default.nix index 836c3cd38ab2..e09f0b32ff20 100644 --- a/pkgs/development/python-modules/pixelmatch/default.nix +++ b/pkgs/development/python-modules/pixelmatch/default.nix @@ -49,6 +49,6 @@ buildPythonPackage rec { description = "Pixel-level image comparison library"; homepage = "https://github.com/whtsky/pixelmatch-py"; license = licenses.isc; - maintainers = with maintainers; [ petabyteboy ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/development/python-modules/pylxd/default.nix b/pkgs/development/python-modules/pylxd/default.nix index 5e8016ddaee4..3373daf8a796 100644 --- a/pkgs/development/python-modules/pylxd/default.nix +++ b/pkgs/development/python-modules/pylxd/default.nix @@ -49,6 +49,6 @@ buildPythonPackage rec { description = "A Python library for interacting with the LXD REST API"; homepage = "https://pylxd.readthedocs.io/en/latest/"; license = licenses.asl20; - maintainers = with maintainers; [ petabyteboy ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/development/python-modules/pyshark/default.nix b/pkgs/development/python-modules/pyshark/default.nix index a0ba11a4a370..8585ffb23271 100644 --- a/pkgs/development/python-modules/pyshark/default.nix +++ b/pkgs/development/python-modules/pyshark/default.nix @@ -50,6 +50,6 @@ buildPythonPackage rec { description = "Python wrapper for tshark, allowing Python packet parsing using Wireshark dissectors"; homepage = "https://github.com/KimiNewt/pyshark/"; license = licenses.mit; - maintainers = with maintainers; [ petabyteboy ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/games/mindustry/default.nix b/pkgs/games/mindustry/default.nix index 9edc17f0bc08..680d341d335b 100644 --- a/pkgs/games/mindustry/default.nix +++ b/pkgs/games/mindustry/default.nix @@ -204,7 +204,7 @@ stdenv.mkDerivation rec { binaryBytecode # deps ]; license = licenses.gpl3Plus; - maintainers = with maintainers; [ fgaz petabyteboy ]; + maintainers = with maintainers; [ fgaz ]; platforms = platforms.x86_64; # Hash mismatch on darwin: # https://github.com/NixOS/nixpkgs/pull/105590#issuecomment-737120293 diff --git a/pkgs/games/xonotic/default.nix b/pkgs/games/xonotic/default.nix index ab9cc14dc9bd..525beb5f98ce 100644 --- a/pkgs/games/xonotic/default.nix +++ b/pkgs/games/xonotic/default.nix @@ -41,7 +41,7 @@ let ''; homepage = "https://www.xonotic.org/"; license = lib.licenses.gpl2Plus; - maintainers = with lib.maintainers; [ astsmtl zalakain petabyteboy ]; + maintainers = with lib.maintainers; [ astsmtl zalakain ]; platforms = lib.platforms.linux; }; diff --git a/pkgs/os-specific/linux/unscd/default.nix b/pkgs/os-specific/linux/unscd/default.nix index 1f974029b017..82b8c7076271 100644 --- a/pkgs/os-specific/linux/unscd/default.nix +++ b/pkgs/os-specific/linux/unscd/default.nix @@ -71,6 +71,6 @@ stdenv.mkDerivation rec { description = "Less buggy replacement for the glibc name service cache daemon"; license = licenses.gpl2Only; platforms = platforms.linux; - maintainers = with maintainers; [ petabyteboy ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/servers/gortr/default.nix b/pkgs/servers/gortr/default.nix index 44057033bd59..e30f336df0df 100644 --- a/pkgs/servers/gortr/default.nix +++ b/pkgs/servers/gortr/default.nix @@ -17,6 +17,6 @@ buildGoModule rec { description = "The RPKI-to-Router server used at Cloudflare"; homepage = "https://github.com/cloudflare/gortr/"; license = licenses.gpl3; - maintainers = with maintainers; [ petabyteboy ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/servers/mastodon/default.nix b/pkgs/servers/mastodon/default.nix index 0b7304a32edd..17ecdc60ef93 100644 --- a/pkgs/servers/mastodon/default.nix +++ b/pkgs/servers/mastodon/default.nix @@ -118,6 +118,6 @@ stdenv.mkDerivation rec { homepage = "https://joinmastodon.org"; license = licenses.agpl3Plus; platforms = [ "x86_64-linux" "i686-linux" "aarch64-linux" ]; - maintainers = with maintainers; [ petabyteboy happy-river erictapen izorkin ]; + maintainers = with maintainers; [ happy-river erictapen izorkin ]; }; } diff --git a/pkgs/servers/monitoring/prometheus/jitsi-exporter.nix b/pkgs/servers/monitoring/prometheus/jitsi-exporter.nix index b68b1681919b..68e993089482 100644 --- a/pkgs/servers/monitoring/prometheus/jitsi-exporter.nix +++ b/pkgs/servers/monitoring/prometheus/jitsi-exporter.nix @@ -18,6 +18,6 @@ buildGoModule rec { description = "Export Jitsi Videobridge metrics to Prometheus"; homepage = "https://git.xsfx.dev/prometheus/jitsiexporter"; license = licenses.mit; - maintainers = with maintainers; [ petabyteboy ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/servers/pleroma/default.nix b/pkgs/servers/pleroma/default.nix index 99dd29db1471..3bea304ebc9d 100644 --- a/pkgs/servers/pleroma/default.nix +++ b/pkgs/servers/pleroma/default.nix @@ -204,7 +204,7 @@ beamPackages.mixRelease rec { description = "ActivityPub microblogging server"; homepage = "https://git.pleroma.social/pleroma/pleroma"; license = licenses.agpl3; - maintainers = with maintainers; [ petabyteboy ninjatrappeur yuka kloenk ]; + maintainers = with maintainers; [ ninjatrappeur yuka kloenk ]; platforms = platforms.unix; }; } diff --git a/pkgs/tools/graphics/viu/default.nix b/pkgs/tools/graphics/viu/default.nix index 104a4a81282a..34bec2159095 100644 --- a/pkgs/tools/graphics/viu/default.nix +++ b/pkgs/tools/graphics/viu/default.nix @@ -20,6 +20,6 @@ rustPlatform.buildRustPackage rec { description = "A command-line application to view images from the terminal written in Rust"; homepage = "https://github.com/atanunq/viu"; license = licenses.mit; - maintainers = with maintainers; [ petabyteboy ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/tools/misc/claws/default.nix b/pkgs/tools/misc/claws/default.nix index c28272e8bfa5..101c1f271e33 100644 --- a/pkgs/tools/misc/claws/default.nix +++ b/pkgs/tools/misc/claws/default.nix @@ -18,6 +18,6 @@ buildGoPackage rec { description = "Interactive command line client for testing websocket servers"; license = licenses.mit; platforms = platforms.unix; - maintainers = with maintainers; [ petabyteboy ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/tools/misc/coreboot-utils/default.nix b/pkgs/tools/misc/coreboot-utils/default.nix index 783af7fda718..9132c9502a78 100644 --- a/pkgs/tools/misc/coreboot-utils/default.nix +++ b/pkgs/tools/misc/coreboot-utils/default.nix @@ -7,7 +7,7 @@ let description = "Various coreboot-related tools"; homepage = "https://www.coreboot.org"; license = with licenses; [ gpl2Only gpl2Plus ]; - maintainers = with maintainers; [ petabyteboy felixsinger yuka ]; + maintainers = with maintainers; [ felixsinger yuka ]; platforms = platforms.linux; }; diff --git a/pkgs/tools/misc/duf/default.nix b/pkgs/tools/misc/duf/default.nix index 3bcb4cdfeb29..ad265ee85484 100644 --- a/pkgs/tools/misc/duf/default.nix +++ b/pkgs/tools/misc/duf/default.nix @@ -20,6 +20,6 @@ buildGoModule rec { description = "Disk Usage/Free Utility"; license = licenses.mit; platforms = platforms.unix; - maintainers = with maintainers; [ petabyteboy penguwin SuperSandro2000 ]; + maintainers = with maintainers; [ penguwin SuperSandro2000 ]; }; } diff --git a/pkgs/tools/networking/netifd/default.nix b/pkgs/tools/networking/netifd/default.nix index dc343e563a75..315d58403825 100644 --- a/pkgs/tools/networking/netifd/default.nix +++ b/pkgs/tools/networking/netifd/default.nix @@ -18,6 +18,6 @@ stdenv.mkDerivation { homepage = "https://git.openwrt.org/?p=project/netifd.git;a=summary"; license = licenses.lgpl21Only; platforms = platforms.linux; - maintainers = with maintainers; [ petabyteboy ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/tools/networking/tinyfecvpn/default.nix b/pkgs/tools/networking/tinyfecvpn/default.nix index 4587d40a5197..4b283a5eccd8 100644 --- a/pkgs/tools/networking/tinyfecvpn/default.nix +++ b/pkgs/tools/networking/tinyfecvpn/default.nix @@ -32,6 +32,6 @@ stdenv.mkDerivation rec { description = "A VPN Designed for Lossy Links, with Build-in Forward Error Correction(FEC) Support"; license = licenses.mit; platforms = platforms.linux; - maintainers = with maintainers; [ petabyteboy ]; + maintainers = with maintainers; [ ]; }; }