maintainers: xwvvvvwx -> d-xo

Changed files
+16 -16
maintainers
nixos
tests
pkgs
applications
blockchains
lndconnect
turbo-geth
version-management
git-and-tools
radicle-upstream
development
libraries
microsoft_gsl
range-v3
python-modules
ledgerwallet
servers
bazarr
tools
networking
wireguard-tools
+6 -6
maintainers/maintainer-list.nix
···
fingerprint = "1C4E F4FE 7F8E D8B7 1E88 CCDF BAB1 D15F B7B4 D4CE";
}];
};
dadada = {
name = "dadada";
email = "dadada@dadada.li";
···
github = "xworld21";
githubId = 1962985;
name = "Vincenzo Mantova";
-
};
-
xwvvvvwx = {
-
email = "davidterry@posteo.de";
-
github = "xwvvvvwx";
-
githubId = 6689924;
-
name = "David Terry";
};
xzfc = {
email = "xzfcpw@gmail.com";
···
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";
+
};
dadada = {
name = "dadada";
email = "dadada@dadada.li";
···
github = "xworld21";
githubId = 1962985;
name = "Vincenzo Mantova";
};
xzfc = {
email = "xzfcpw@gmail.com";
+1 -1
nixos/tests/bazarr.nix
···
in
{
name = "bazarr";
-
meta.maintainers = with maintainers; [ xwvvvvwx ];
nodes.machine =
{ pkgs, ... }:
···
in
{
name = "bazarr";
+
meta.maintainers = with maintainers; [ d-xo ];
nodes.machine =
{ pkgs, ... }:
+1 -1
nixos/tests/wireguard/wg-quick.nix
···
{
name = "wg-quick";
meta = with pkgs.lib.maintainers; {
-
maintainers = [ xwvvvvwx ];
};
nodes = {
···
{
name = "wg-quick";
meta = with pkgs.lib.maintainers; {
+
maintainers = [ d-xo ];
};
nodes = {
+1 -1
pkgs/applications/blockchains/lndconnect/default.nix
···
description = "Generate QRCode to connect apps to lnd Resources";
license = licenses.mit;
homepage = "https://github.com/LN-Zap/lndconnect";
-
maintainers = [ maintainers.xwvvvvwx ];
platforms = platforms.linux;
};
}
···
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;
};
}
+1 -1
pkgs/applications/blockchains/turbo-geth/default.nix
···
homepage = "https://github.com/ledgerwatch/turbo-geth/";
description = "Ethereum node and geth fork focused on scalability and modularity";
license = with licenses; [ lgpl3Plus gpl3Plus ];
-
maintainers = with maintainers; [ xwvvvvwx ];
};
}
···
homepage = "https://github.com/ledgerwatch/turbo-geth/";
description = "Ethereum node and geth fork focused on scalability and modularity";
license = with licenses; [ lgpl3Plus gpl3Plus ];
+
maintainers = with maintainers; [ d-xo ];
};
}
+1 -1
pkgs/applications/version-management/git-and-tools/radicle-upstream/default.nix
···
description = "A decentralized app for code collaboration";
homepage = "https://radicle.xyz/";
license = licenses.gpl3Plus;
-
maintainers = with maintainers; [ xwvvvvwx ];
platforms = [ "x86_64-linux" ];
};
}
···
description = "A decentralized app for code collaboration";
homepage = "https://radicle.xyz/";
license = licenses.gpl3Plus;
+
maintainers = with maintainers; [ d-xo ];
platforms = [ "x86_64-linux" ];
};
}
+1 -1
pkgs/development/libraries/microsoft_gsl/default.nix
···
homepage = "https://github.com/Microsoft/GSL";
license = licenses.mit;
platforms = platforms.all;
-
maintainers = with maintainers; [ thoughtpolice xwvvvvwx yuriaisaka ];
};
}
···
homepage = "https://github.com/Microsoft/GSL";
license = licenses.mit;
platforms = platforms.all;
+
maintainers = with maintainers; [ thoughtpolice yuriaisaka ];
};
}
+1 -1
pkgs/development/libraries/range-v3/default.nix
···
changelog = "https://github.com/ericniebler/range-v3/releases/tag/${version}";
license = licenses.boost;
platforms = platforms.all;
-
maintainers = with maintainers; [ primeos xwvvvvwx ];
};
}
···
changelog = "https://github.com/ericniebler/range-v3/releases/tag/${version}";
license = licenses.boost;
platforms = platforms.all;
+
maintainers = with maintainers; [ primeos ];
};
}
+1 -1
pkgs/development/python-modules/ledgerwallet/default.nix
···
homepage = "https://github.com/LedgerHQ/ledgerctl";
description = "A library to control Ledger devices";
license = licenses.mit;
-
maintainers = with maintainers; [ xwvvvvwx ];
};
}
···
homepage = "https://github.com/LedgerHQ/ledgerctl";
description = "A library to control Ledger devices";
license = licenses.mit;
+
maintainers = with maintainers; [ d-xo ];
};
}
+1 -1
pkgs/servers/bazarr/default.nix
···
description = "Subtitle manager for Sonarr and Radarr";
homepage = "https://www.bazarr.media/";
license = licenses.gpl3Only;
-
maintainers = with maintainers; [ xwvvvvwx ];
platforms = platforms.all;
};
}
···
description = "Subtitle manager for Sonarr and Radarr";
homepage = "https://www.bazarr.media/";
license = licenses.gpl3Only;
+
maintainers = with maintainers; [ d-xo ];
platforms = platforms.all;
};
}
+1 -1
pkgs/tools/networking/wireguard-tools/default.nix
···
downloadPage = "https://git.zx2c4.com/wireguard-tools/refs/";
homepage = "https://www.wireguard.com/";
license = licenses.gpl2;
-
maintainers = with maintainers; [ elseym ericsagnes mic92 zx2c4 globin ma27 xwvvvvwx ];
platforms = platforms.unix;
};
}
···
downloadPage = "https://git.zx2c4.com/wireguard-tools/refs/";
homepage = "https://www.wireguard.com/";
license = licenses.gpl2;
+
maintainers = with maintainers; [ elseym ericsagnes mic92 zx2c4 globin ma27 d-xo ];
platforms = platforms.unix;
};
}