Merge pull request #307173 from delroth/o7

maintainers: remove delroth

authored by Pierre Bourdon and committed by GitHub d6f6eb2a 836c8c54

+22 -28
-6
maintainers/maintainer-list.nix
··· 4780 githubId = 150736012; 4781 email = "me+git@delliott.xyz"; 4782 }; 4783 - delroth = { 4784 - email = "delroth@gmail.com"; 4785 - github = "delroth"; 4786 - githubId = 202798; 4787 - name = "Pierre Bourdon"; 4788 - }; 4789 delta = { 4790 email = "d4delta@outlook.fr"; 4791 github = "D4Delta";
··· 4780 githubId = 150736012; 4781 email = "me+git@delliott.xyz"; 4782 }; 4783 delta = { 4784 email = "d4delta@outlook.fr"; 4785 github = "D4Delta";
+1 -1
nixos/tests/nginx-sso.nix
··· 1 import ./make-test-python.nix ({ pkgs, ... }: { 2 name = "nginx-sso"; 3 meta = { 4 - maintainers = with pkgs.lib.maintainers; [ delroth ]; 5 }; 6 7 nodes.machine = {
··· 1 import ./make-test-python.nix ({ pkgs, ... }: { 2 name = "nginx-sso"; 3 meta = { 4 + maintainers = with pkgs.lib.maintainers; [ ]; 5 }; 6 7 nodes.machine = {
+1 -1
nixos/tests/syncthing-relay.nix
··· 1 import ./make-test-python.nix ({ lib, pkgs, ... }: { 2 name = "syncthing-relay"; 3 - meta.maintainers = with pkgs.lib.maintainers; [ delroth ]; 4 5 nodes.machine = { 6 environment.systemPackages = [ pkgs.jq ];
··· 1 import ./make-test-python.nix ({ lib, pkgs, ... }: { 2 name = "syncthing-relay"; 3 + meta.maintainers = with pkgs.lib.maintainers; [ ]; 4 5 nodes.machine = { 6 environment.systemPackages = [ pkgs.jq ];
+1 -1
pkgs/applications/editors/hexedit/default.nix
··· 19 homepage = "http://rigaux.org/hexedit.html"; 20 license = licenses.gpl2Plus; 21 platforms = platforms.unix; 22 - maintainers = with maintainers; [ delroth ]; 23 mainProgram = "hexedit"; 24 }; 25 }
··· 19 homepage = "http://rigaux.org/hexedit.html"; 20 license = licenses.gpl2Plus; 21 platforms = platforms.unix; 22 + maintainers = with maintainers; [ ]; 23 mainProgram = "hexedit"; 24 }; 25 }
+1 -1
pkgs/applications/networking/irc/glowing-bear/default.nix
··· 21 description = "A web client for Weechat"; 22 homepage = "https://github.com/glowing-bear/glowing-bear"; 23 license = licenses.gpl3Plus; 24 - maintainers = with maintainers; [ delroth ]; 25 platforms = platforms.unix; 26 }; 27 }
··· 21 description = "A web client for Weechat"; 22 homepage = "https://github.com/glowing-bear/glowing-bear"; 23 license = licenses.gpl3Plus; 24 + maintainers = with maintainers; [ ]; 25 platforms = platforms.unix; 26 }; 27 }
+1 -1
pkgs/development/python-modules/dnslib/default.nix
··· 29 description = "Simple library to encode/decode DNS wire-format packets"; 30 homepage = "https://github.com/paulc/dnslib"; 31 license = licenses.bsd2; 32 - maintainers = with maintainers; [ delroth ]; 33 }; 34 }
··· 29 description = "Simple library to encode/decode DNS wire-format packets"; 30 homepage = "https://github.com/paulc/dnslib"; 31 license = licenses.bsd2; 32 + maintainers = with maintainers; [ ]; 33 }; 34 }
+1 -1
pkgs/development/python-modules/fitbit/default.nix
··· 49 description = "Fitbit API Python Client Implementation"; 50 homepage = "https://github.com/orcasgit/python-fitbit"; 51 license = licenses.asl20; 52 - maintainers = with maintainers; [ delroth ]; 53 }; 54 }
··· 49 description = "Fitbit API Python Client Implementation"; 50 homepage = "https://github.com/orcasgit/python-fitbit"; 51 license = licenses.asl20; 52 + maintainers = with maintainers; [ ]; 53 }; 54 }
+1 -1
pkgs/development/python-modules/pyatmo/default.nix
··· 62 homepage = "https://github.com/jabesq/pyatmo"; 63 changelog = "https://github.com/jabesq/pyatmo/blob/v${version}/CHANGELOG.md"; 64 license = licenses.mit; 65 - maintainers = with maintainers; [ delroth ]; 66 }; 67 }
··· 62 homepage = "https://github.com/jabesq/pyatmo"; 63 changelog = "https://github.com/jabesq/pyatmo/blob/v${version}/CHANGELOG.md"; 64 license = licenses.mit; 65 + maintainers = with maintainers; [ ]; 66 }; 67 }
+1 -1
pkgs/development/tools/misc/ltrace/default.nix
··· 59 homepage = "https://www.ltrace.org/"; 60 platforms = platforms.linux; 61 license = licenses.gpl2Plus; 62 - maintainers = with maintainers; [ delroth ]; 63 }; 64 }
··· 59 homepage = "https://www.ltrace.org/"; 60 platforms = platforms.linux; 61 license = licenses.gpl2Plus; 62 + maintainers = with maintainers; [ ]; 63 }; 64 }
+1 -1
pkgs/games/chiaki/default.nix
··· 59 homepage = "https://git.sr.ht/~thestr4ng3r/chiaki"; 60 description = "Free and Open Source PlayStation Remote Play Client"; 61 license = licenses.agpl3Only; 62 - maintainers = with maintainers; [ delroth ]; 63 platforms = platforms.all; 64 mainProgram = "chiaki"; 65 };
··· 59 homepage = "https://git.sr.ht/~thestr4ng3r/chiaki"; 60 description = "Free and Open Source PlayStation Remote Play Client"; 61 license = licenses.agpl3Only; 62 + maintainers = with maintainers; [ ]; 63 platforms = platforms.all; 64 mainProgram = "chiaki"; 65 };
+1 -1
pkgs/os-specific/linux/dmidecode/default.nix
··· 19 description = "A tool that reads information about your system's hardware from the BIOS according to the SMBIOS/DMI standard"; 20 license = licenses.gpl2Plus; 21 platforms = platforms.linux; 22 - maintainers = with maintainers; [ delroth ]; 23 }; 24 }
··· 19 description = "A tool that reads information about your system's hardware from the BIOS according to the SMBIOS/DMI standard"; 20 license = licenses.gpl2Plus; 21 platforms = platforms.linux; 22 + maintainers = with maintainers; [ ]; 23 }; 24 }
+1 -1
pkgs/os-specific/linux/ethq/default.nix
··· 28 homepage = "https://github.com/isc-projects/ethq"; 29 license = licenses.mpl20; 30 platforms = platforms.linux; 31 - maintainers = with maintainers; [ delroth ]; 32 }; 33 }
··· 28 homepage = "https://github.com/isc-projects/ethq"; 29 license = licenses.mpl20; 30 platforms = platforms.linux; 31 + maintainers = with maintainers; [ ]; 32 }; 33 }
+1 -1
pkgs/os-specific/linux/restool/default.nix
··· 47 homepage = "https://github.com/nxp-qoriq/restool"; 48 license = licenses.bsd3; 49 platforms = platforms.linux; 50 - maintainers = with maintainers; [ delroth ]; 51 }; 52 }
··· 47 homepage = "https://github.com/nxp-qoriq/restool"; 48 license = licenses.bsd3; 49 platforms = platforms.linux; 50 + maintainers = with maintainers; [ ]; 51 }; 52 }
+1 -1
pkgs/servers/monitoring/prometheus/tor-exporter.nix
··· 34 mainProgram = "prometheus-tor-exporter"; 35 homepage = "https://github.com/atx/prometheus-tor_exporter"; 36 license = licenses.mit; 37 - maintainers = with maintainers; [ delroth ]; 38 platforms = platforms.unix; 39 }; 40 }
··· 34 mainProgram = "prometheus-tor-exporter"; 35 homepage = "https://github.com/atx/prometheus-tor_exporter"; 36 license = licenses.mit; 37 + maintainers = with maintainers; [ ]; 38 platforms = platforms.unix; 39 }; 40 }
+1 -1
pkgs/servers/nginx-sso/default.nix
··· 30 description = "SSO authentication provider for the auth_request nginx module"; 31 homepage = "https://github.com/Luzifer/nginx-sso"; 32 license = licenses.asl20; 33 - maintainers = with maintainers; [ delroth ]; 34 mainProgram = "nginx-sso"; 35 }; 36 }
··· 30 description = "SSO authentication provider for the auth_request nginx module"; 31 homepage = "https://github.com/Luzifer/nginx-sso"; 32 license = licenses.asl20; 33 + maintainers = with maintainers; [ ]; 34 mainProgram = "nginx-sso"; 35 }; 36 }
+1 -1
pkgs/tools/graphics/zbar/default.nix
··· 142 EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 and QR 143 Code. 144 ''; 145 - maintainers = with maintainers; [ delroth raskin ]; 146 platforms = platforms.unix; 147 license = licenses.lgpl21; 148 homepage = "https://github.com/mchehab/zbar";
··· 142 EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 and QR 143 Code. 144 ''; 145 + maintainers = with maintainers; [ raskin ]; 146 platforms = platforms.unix; 147 license = licenses.lgpl21; 148 homepage = "https://github.com/mchehab/zbar";
+1 -1
pkgs/tools/misc/fedifetcher/default.nix
··· 35 ''; 36 homepage = "https://blog.thms.uk/fedifetcher"; 37 license = licenses.mit; 38 - maintainers = with maintainers; [ delroth ]; 39 mainProgram = "fedifetcher"; 40 }; 41 }
··· 35 ''; 36 homepage = "https://blog.thms.uk/fedifetcher"; 37 license = licenses.mit; 38 + maintainers = with maintainers; [ ]; 39 mainProgram = "fedifetcher"; 40 }; 41 }
+1 -1
pkgs/tools/networking/ntttcp/default.nix
··· 24 description = "A Linux network throughput multiple-thread benchmark tool"; 25 homepage = "https://github.com/microsoft/ntttcp-for-linux"; 26 license = licenses.mit; 27 - maintainers = with maintainers; [ delroth ]; 28 platforms = platforms.linux; 29 mainProgram = "ntttcp"; 30 };
··· 24 description = "A Linux network throughput multiple-thread benchmark tool"; 25 homepage = "https://github.com/microsoft/ntttcp-for-linux"; 26 license = licenses.mit; 27 + maintainers = with maintainers; [ ]; 28 platforms = platforms.linux; 29 mainProgram = "ntttcp"; 30 };
+1 -1
pkgs/tools/security/ibm-sw-tpm2/default.nix
··· 58 mainProgram = "tpm_server"; 59 homepage = "https://sourceforge.net/projects/ibmswtpm2/"; 60 platforms = platforms.linux ++ platforms.darwin; 61 - maintainers = with maintainers; [ delroth ]; 62 license = licenses.bsd3; 63 }; 64 }
··· 58 mainProgram = "tpm_server"; 59 homepage = "https://sourceforge.net/projects/ibmswtpm2/"; 60 platforms = platforms.linux ++ platforms.darwin; 61 + maintainers = with maintainers; [ ]; 62 license = licenses.bsd3; 63 }; 64 }
+1 -1
pkgs/tools/security/jadx/default.nix
··· 156 ]; 157 license = licenses.asl20; 158 platforms = platforms.unix; 159 - maintainers = with maintainers; [ delroth emilytrau ]; 160 }; 161 })
··· 156 ]; 157 license = licenses.asl20; 158 platforms = platforms.unix; 159 + maintainers = with maintainers; [ emilytrau ]; 160 }; 161 })
+1 -1
pkgs/tools/security/sudo/default.nix
··· 85 homepage = "https://www.sudo.ws/"; 86 # From https://www.sudo.ws/about/license/ 87 license = with licenses; [ sudo bsd2 bsd3 zlib ]; 88 - maintainers = with maintainers; [ delroth ]; 89 platforms = platforms.linux; 90 mainProgram = "sudo"; 91 };
··· 85 homepage = "https://www.sudo.ws/"; 86 # From https://www.sudo.ws/about/license/ 87 license = with licenses; [ sudo bsd2 bsd3 zlib ]; 88 + maintainers = with maintainers; [ ]; 89 platforms = platforms.linux; 90 mainProgram = "sudo"; 91 };
+1 -1
pkgs/tools/security/tpm2-tools/default.nix
··· 43 homepage = "https://github.com/tpm2-software/tpm2-tools"; 44 license = licenses.bsd3; 45 platforms = platforms.linux; 46 - maintainers = with maintainers; [ delroth ]; 47 }; 48 }
··· 43 homepage = "https://github.com/tpm2-software/tpm2-tools"; 44 license = licenses.bsd3; 45 platforms = platforms.linux; 46 + maintainers = with maintainers; [ ]; 47 }; 48 }
+1 -1
pkgs/tools/system/acpica-tools/default.nix
··· 50 homepage = "https://www.acpica.org/"; 51 description = "ACPICA Tools"; 52 license = with licenses; [ iasl gpl2Only bsd3 ]; 53 - maintainers = with maintainers; [ delroth tadfisher ]; 54 platforms = platforms.linux ++ platforms.darwin; 55 }; 56 }
··· 50 homepage = "https://www.acpica.org/"; 51 description = "ACPICA Tools"; 52 license = with licenses; [ iasl gpl2Only bsd3 ]; 53 + maintainers = with maintainers; [ tadfisher ]; 54 platforms = platforms.linux ++ platforms.darwin; 55 }; 56 }