maintainers: drop d-xo (#424419)

Changed files
-17
maintainers
nixos
tests
pkgs
by-name
ba
bazarr
bt
btc-rpc-explorer
er
erigon
hs
ln
lndconnect
wi
wireguard-tools
development
python-modules
ledgerwallet
-6
maintainers/maintainer-list.nix
···
name = "Dima";
keys = [ { fingerprint = "1C4E F4FE 7F8E D8B7 1E88 CCDF BAB1 D15F B7B4 D4CE"; } ];
};
-
d-xo = {
-
email = "hi@d-xo.org";
-
github = "d-xo";
-
githubId = 6689924;
-
name = "David Terry";
-
};
d3vil0p3r = {
name = "Antonio Voza";
email = "vozaanthony@gmail.com";
-1
nixos/tests/bazarr.nix
···
in
{
name = "bazarr";
-
meta.maintainers = with lib.maintainers; [ d-xo ];
nodes.machine =
{ pkgs, ... }:
-3
nixos/tests/wireguard/wg-quick.nix
···
in
{
name = "wg-quick";
-
meta = with pkgs.lib.maintainers; {
-
maintainers = [ d-xo ];
-
};
nodes = {
peer0 = peer {
-1
pkgs/by-name/ba/bazarr/package.nix
···
homepage = "https://www.bazarr.media/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.gpl3Only;
-
maintainers = with maintainers; [ d-xo ];
mainProgram = "bazarr";
platforms = platforms.all;
};
-1
pkgs/by-name/bt/btc-rpc-explorer/package.nix
···
homepage = "https://github.com/janoside/btc-rpc-explorer";
license = lib.licenses.mit;
mainProgram = "btc-rpc-explorer";
-
maintainers = with lib.maintainers; [ d-xo ];
broken = true;
# At 2024-06-29
# https://hydra.nixos.org/build/264232177/nixlog/1
-1
pkgs/by-name/er/erigon/package.nix
···
gpl3Plus
];
maintainers = with maintainers; [
-
d-xo
happysalada
];
};
-1
pkgs/by-name/hs/hsd/package.nix
···
description = "Implementation of the Handshake protocol";
homepage = "https://github.com/handshake-org/hsd";
license = lib.licenses.mit;
-
maintainers = with lib.maintainers; [ d-xo ];
};
}
-1
pkgs/by-name/ln/lndconnect/package.nix
···
description = "Generate QRCode to connect apps to lnd Resources";
license = licenses.mit;
homepage = "https://github.com/LN-Zap/lndconnect";
-
maintainers = [ maintainers.d-xo ];
platforms = platforms.linux;
mainProgram = "lndconnect";
};
-1
pkgs/by-name/wi/wireguard-tools/package.nix
···
zx2c4
globin
ma27
-
d-xo
];
mainProgram = "wg";
platforms = platforms.unix;
-1
pkgs/development/python-modules/ledgerwallet/default.nix
···
mainProgram = "ledgerctl";
license = licenses.mit;
maintainers = with maintainers; [
-
d-xo
erdnaxe
];
};