lol

maintainers: remove petabyteboy

github account deleted

ajs124 99466ee3 eec156df

+24 -32
-7
maintainers/maintainer-list.nix
··· 9901 githubId = 152312; 9902 name = "Periklis Tsirakidis"; 9903 }; 9904 - petabyteboy = { 9905 - email = "milan@petabyte.dev"; 9906 - matrix = "@milan:petabyte.dev"; 9907 - github = "petabyteboy"; 9908 - githubId = 3250809; 9909 - name = "Milan Pässler"; 9910 - }; 9911 petercommand = { 9912 email = "petercommand@gmail.com"; 9913 github = "petercommand";
··· 9901 githubId = 152312; 9902 name = "Periklis Tsirakidis"; 9903 }; 9904 petercommand = { 9905 email = "petercommand@gmail.com"; 9906 github = "petercommand";
-1
maintainers/team-list.nix
··· 325 jitsi = { 326 members = [ 327 cleeyv 328 - petabyteboy 329 ryantm 330 yuka 331 ];
··· 325 jitsi = { 326 members = [ 327 cleeyv 328 ryantm 329 yuka 330 ];
+1 -1
pkgs/applications/audio/giada/default.nix
··· 76 description = "A free, minimal, hardcore audio tool for DJs, live performers and electronic musicians"; 77 homepage = "https://giadamusic.com/"; 78 license = licenses.gpl3; 79 - maintainers = with maintainers; [ petabyteboy ]; 80 platforms = platforms.all; 81 }; 82 }
··· 76 description = "A free, minimal, hardcore audio tool for DJs, live performers and electronic musicians"; 77 homepage = "https://giadamusic.com/"; 78 license = licenses.gpl3; 79 + maintainers = with maintainers; [ ]; 80 platforms = platforms.all; 81 }; 82 }
+1 -1
pkgs/applications/misc/tipp10/default.nix
··· 19 description = "Learn and train typing with the ten-finger system"; 20 homepage = "https://gitlab.com/tipp10/tipp10"; 21 license = licenses.gpl2Only; 22 - maintainers = with maintainers; [ petabyteboy ]; 23 platforms = platforms.all; 24 }; 25 }
··· 19 description = "Learn and train typing with the ten-finger system"; 20 homepage = "https://gitlab.com/tipp10/tipp10"; 21 license = licenses.gpl2Only; 22 + maintainers = with maintainers; [ ]; 23 platforms = platforms.all; 24 }; 25 }
+1 -1
pkgs/applications/networking/mumble/default.nix
··· 40 description = "Low-latency, high quality voice chat software"; 41 homepage = "https://mumble.info"; 42 license = licenses.bsd3; 43 - maintainers = with maintainers; [ petabyteboy infinisil felixsinger ]; 44 platforms = platforms.linux; 45 }; 46 });
··· 40 description = "Low-latency, high quality voice chat software"; 41 homepage = "https://mumble.info"; 42 license = licenses.bsd3; 43 + maintainers = with maintainers; [ infinisil felixsinger ]; 44 platforms = platforms.linux; 45 }; 46 });
+1 -1
pkgs/development/compilers/jetbrains-jdk/default.nix
··· 26 ''; 27 homepage = "https://confluence.jetbrains.com/display/JBR/JetBrains+Runtime"; 28 inherit (openjdk11.meta) license platforms mainProgram; 29 - maintainers = with maintainers; [ edwtjo petabyteboy ]; 30 }; 31 passthru = oldAttrs.passthru // { 32 home = "${jetbrains.jdk}/lib/openjdk";
··· 26 ''; 27 homepage = "https://confluence.jetbrains.com/display/JBR/JetBrains+Runtime"; 28 inherit (openjdk11.meta) license platforms mainProgram; 29 + maintainers = with maintainers; [ edwtjo ]; 30 }; 31 passthru = oldAttrs.passthru // { 32 home = "${jetbrains.jdk}/lib/openjdk";
+1 -1
pkgs/development/libraries/ubus/default.nix
··· 19 homepage = "https://git.openwrt.org/?p=project/ubus.git;a=summary"; 20 license = licenses.lgpl21Only; 21 platforms = platforms.all; 22 - maintainers = with maintainers; [ petabyteboy ]; 23 }; 24 }
··· 19 homepage = "https://git.openwrt.org/?p=project/ubus.git;a=summary"; 20 license = licenses.lgpl21Only; 21 platforms = platforms.all; 22 + maintainers = with maintainers; [ ]; 23 }; 24 }
+1 -1
pkgs/development/libraries/uci/default.nix
··· 20 homepage = "https://git.openwrt.org/?p=project/uci.git;a=summary"; 21 license = licenses.lgpl21Only; 22 platforms = platforms.all; 23 - maintainers = with maintainers; [ petabyteboy ]; 24 }; 25 }
··· 20 homepage = "https://git.openwrt.org/?p=project/uci.git;a=summary"; 21 license = licenses.lgpl21Only; 22 platforms = platforms.all; 23 + maintainers = with maintainers; [ ]; 24 }; 25 }
+1 -1
pkgs/development/python-modules/adblock/default.nix
··· 75 meta = with lib; { 76 description = "Python wrapper for Brave's adblocking library"; 77 homepage = "https://github.com/ArniDagur/python-adblock/"; 78 - maintainers = with maintainers; [ petabyteboy dotlambda ]; 79 license = with licenses; [ asl20 /* or */ mit ]; 80 }; 81 }
··· 75 meta = with lib; { 76 description = "Python wrapper for Brave's adblocking library"; 77 homepage = "https://github.com/ArniDagur/python-adblock/"; 78 + maintainers = with maintainers; [ dotlambda ]; 79 license = with licenses; [ asl20 /* or */ mit ]; 80 }; 81 }
+1 -1
pkgs/development/python-modules/django-cacheops/default.nix
··· 31 description = "A slick ORM cache with automatic granular event-driven invalidation for Django"; 32 homepage = "https://github.com/Suor/django-cacheops"; 33 license = licenses.bsd3; 34 - maintainers = with maintainers; [ petabyteboy ]; 35 }; 36 }
··· 31 description = "A slick ORM cache with automatic granular event-driven invalidation for Django"; 32 homepage = "https://github.com/Suor/django-cacheops"; 33 license = licenses.bsd3; 34 + maintainers = with maintainers; [ ]; 35 }; 36 }
+1 -1
pkgs/development/python-modules/pixelmatch/default.nix
··· 49 description = "Pixel-level image comparison library"; 50 homepage = "https://github.com/whtsky/pixelmatch-py"; 51 license = licenses.isc; 52 - maintainers = with maintainers; [ petabyteboy ]; 53 }; 54 }
··· 49 description = "Pixel-level image comparison library"; 50 homepage = "https://github.com/whtsky/pixelmatch-py"; 51 license = licenses.isc; 52 + maintainers = with maintainers; [ ]; 53 }; 54 }
+1 -1
pkgs/development/python-modules/pylxd/default.nix
··· 49 description = "A Python library for interacting with the LXD REST API"; 50 homepage = "https://pylxd.readthedocs.io/en/latest/"; 51 license = licenses.asl20; 52 - maintainers = with maintainers; [ petabyteboy ]; 53 }; 54 }
··· 49 description = "A Python library for interacting with the LXD REST API"; 50 homepage = "https://pylxd.readthedocs.io/en/latest/"; 51 license = licenses.asl20; 52 + maintainers = with maintainers; [ ]; 53 }; 54 }
+1 -1
pkgs/development/python-modules/pyshark/default.nix
··· 50 description = "Python wrapper for tshark, allowing Python packet parsing using Wireshark dissectors"; 51 homepage = "https://github.com/KimiNewt/pyshark/"; 52 license = licenses.mit; 53 - maintainers = with maintainers; [ petabyteboy ]; 54 }; 55 }
··· 50 description = "Python wrapper for tshark, allowing Python packet parsing using Wireshark dissectors"; 51 homepage = "https://github.com/KimiNewt/pyshark/"; 52 license = licenses.mit; 53 + maintainers = with maintainers; [ ]; 54 }; 55 }
+1 -1
pkgs/games/mindustry/default.nix
··· 204 binaryBytecode # deps 205 ]; 206 license = licenses.gpl3Plus; 207 - maintainers = with maintainers; [ fgaz petabyteboy ]; 208 platforms = platforms.x86_64; 209 # Hash mismatch on darwin: 210 # https://github.com/NixOS/nixpkgs/pull/105590#issuecomment-737120293
··· 204 binaryBytecode # deps 205 ]; 206 license = licenses.gpl3Plus; 207 + maintainers = with maintainers; [ fgaz ]; 208 platforms = platforms.x86_64; 209 # Hash mismatch on darwin: 210 # https://github.com/NixOS/nixpkgs/pull/105590#issuecomment-737120293
+1 -1
pkgs/games/xonotic/default.nix
··· 41 ''; 42 homepage = "https://www.xonotic.org/"; 43 license = lib.licenses.gpl2Plus; 44 - maintainers = with lib.maintainers; [ astsmtl zalakain petabyteboy ]; 45 platforms = lib.platforms.linux; 46 }; 47
··· 41 ''; 42 homepage = "https://www.xonotic.org/"; 43 license = lib.licenses.gpl2Plus; 44 + maintainers = with lib.maintainers; [ astsmtl zalakain ]; 45 platforms = lib.platforms.linux; 46 }; 47
+1 -1
pkgs/os-specific/linux/unscd/default.nix
··· 71 description = "Less buggy replacement for the glibc name service cache daemon"; 72 license = licenses.gpl2Only; 73 platforms = platforms.linux; 74 - maintainers = with maintainers; [ petabyteboy ]; 75 }; 76 }
··· 71 description = "Less buggy replacement for the glibc name service cache daemon"; 72 license = licenses.gpl2Only; 73 platforms = platforms.linux; 74 + maintainers = with maintainers; [ ]; 75 }; 76 }
+1 -1
pkgs/servers/gortr/default.nix
··· 17 description = "The RPKI-to-Router server used at Cloudflare"; 18 homepage = "https://github.com/cloudflare/gortr/"; 19 license = licenses.gpl3; 20 - maintainers = with maintainers; [ petabyteboy ]; 21 }; 22 }
··· 17 description = "The RPKI-to-Router server used at Cloudflare"; 18 homepage = "https://github.com/cloudflare/gortr/"; 19 license = licenses.gpl3; 20 + maintainers = with maintainers; [ ]; 21 }; 22 }
+1 -1
pkgs/servers/mastodon/default.nix
··· 118 homepage = "https://joinmastodon.org"; 119 license = licenses.agpl3Plus; 120 platforms = [ "x86_64-linux" "i686-linux" "aarch64-linux" ]; 121 - maintainers = with maintainers; [ petabyteboy happy-river erictapen izorkin ]; 122 }; 123 }
··· 118 homepage = "https://joinmastodon.org"; 119 license = licenses.agpl3Plus; 120 platforms = [ "x86_64-linux" "i686-linux" "aarch64-linux" ]; 121 + maintainers = with maintainers; [ happy-river erictapen izorkin ]; 122 }; 123 }
+1 -1
pkgs/servers/monitoring/prometheus/jitsi-exporter.nix
··· 18 description = "Export Jitsi Videobridge metrics to Prometheus"; 19 homepage = "https://git.xsfx.dev/prometheus/jitsiexporter"; 20 license = licenses.mit; 21 - maintainers = with maintainers; [ petabyteboy ]; 22 }; 23 }
··· 18 description = "Export Jitsi Videobridge metrics to Prometheus"; 19 homepage = "https://git.xsfx.dev/prometheus/jitsiexporter"; 20 license = licenses.mit; 21 + maintainers = with maintainers; [ ]; 22 }; 23 }
+1 -1
pkgs/servers/pleroma/default.nix
··· 204 description = "ActivityPub microblogging server"; 205 homepage = "https://git.pleroma.social/pleroma/pleroma"; 206 license = licenses.agpl3; 207 - maintainers = with maintainers; [ petabyteboy ninjatrappeur yuka kloenk ]; 208 platforms = platforms.unix; 209 }; 210 }
··· 204 description = "ActivityPub microblogging server"; 205 homepage = "https://git.pleroma.social/pleroma/pleroma"; 206 license = licenses.agpl3; 207 + maintainers = with maintainers; [ ninjatrappeur yuka kloenk ]; 208 platforms = platforms.unix; 209 }; 210 }
+1 -1
pkgs/tools/graphics/viu/default.nix
··· 20 description = "A command-line application to view images from the terminal written in Rust"; 21 homepage = "https://github.com/atanunq/viu"; 22 license = licenses.mit; 23 - maintainers = with maintainers; [ petabyteboy ]; 24 }; 25 }
··· 20 description = "A command-line application to view images from the terminal written in Rust"; 21 homepage = "https://github.com/atanunq/viu"; 22 license = licenses.mit; 23 + maintainers = with maintainers; [ ]; 24 }; 25 }
+1 -1
pkgs/tools/misc/claws/default.nix
··· 18 description = "Interactive command line client for testing websocket servers"; 19 license = licenses.mit; 20 platforms = platforms.unix; 21 - maintainers = with maintainers; [ petabyteboy ]; 22 }; 23 }
··· 18 description = "Interactive command line client for testing websocket servers"; 19 license = licenses.mit; 20 platforms = platforms.unix; 21 + maintainers = with maintainers; [ ]; 22 }; 23 }
+1 -1
pkgs/tools/misc/coreboot-utils/default.nix
··· 7 description = "Various coreboot-related tools"; 8 homepage = "https://www.coreboot.org"; 9 license = with licenses; [ gpl2Only gpl2Plus ]; 10 - maintainers = with maintainers; [ petabyteboy felixsinger yuka ]; 11 platforms = platforms.linux; 12 }; 13
··· 7 description = "Various coreboot-related tools"; 8 homepage = "https://www.coreboot.org"; 9 license = with licenses; [ gpl2Only gpl2Plus ]; 10 + maintainers = with maintainers; [ felixsinger yuka ]; 11 platforms = platforms.linux; 12 }; 13
+1 -1
pkgs/tools/misc/duf/default.nix
··· 20 description = "Disk Usage/Free Utility"; 21 license = licenses.mit; 22 platforms = platforms.unix; 23 - maintainers = with maintainers; [ petabyteboy penguwin SuperSandro2000 ]; 24 }; 25 }
··· 20 description = "Disk Usage/Free Utility"; 21 license = licenses.mit; 22 platforms = platforms.unix; 23 + maintainers = with maintainers; [ penguwin SuperSandro2000 ]; 24 }; 25 }
+1 -1
pkgs/tools/networking/netifd/default.nix
··· 18 homepage = "https://git.openwrt.org/?p=project/netifd.git;a=summary"; 19 license = licenses.lgpl21Only; 20 platforms = platforms.linux; 21 - maintainers = with maintainers; [ petabyteboy ]; 22 }; 23 }
··· 18 homepage = "https://git.openwrt.org/?p=project/netifd.git;a=summary"; 19 license = licenses.lgpl21Only; 20 platforms = platforms.linux; 21 + maintainers = with maintainers; [ ]; 22 }; 23 }
+1 -1
pkgs/tools/networking/tinyfecvpn/default.nix
··· 32 description = "A VPN Designed for Lossy Links, with Build-in Forward Error Correction(FEC) Support"; 33 license = licenses.mit; 34 platforms = platforms.linux; 35 - maintainers = with maintainers; [ petabyteboy ]; 36 }; 37 }
··· 32 description = "A VPN Designed for Lossy Links, with Build-in Forward Error Correction(FEC) Support"; 33 license = licenses.mit; 34 platforms = platforms.linux; 35 + maintainers = with maintainers; [ ]; 36 }; 37 }