Merge pull request #133167 from d-xo/name-change

maintainers: xwvvvvwx -> d-xo

authored by

Sandro and committed by
GitHub
c88feece a77988e7

+16 -16
+6 -6
maintainers/maintainer-list.nix
··· 2289 fingerprint = "1C4E F4FE 7F8E D8B7 1E88 CCDF BAB1 D15F B7B4 D4CE"; 2290 }]; 2291 }; 2292 dadada = { 2293 name = "dadada"; 2294 email = "dadada@dadada.li"; ··· 11715 github = "xworld21"; 11716 githubId = 1962985; 11717 name = "Vincenzo Mantova"; 11718 - }; 11719 - xwvvvvwx = { 11720 - email = "davidterry@posteo.de"; 11721 - github = "xwvvvvwx"; 11722 - githubId = 6689924; 11723 - name = "David Terry"; 11724 }; 11725 xzfc = { 11726 email = "xzfcpw@gmail.com";
··· 2289 fingerprint = "1C4E F4FE 7F8E D8B7 1E88 CCDF BAB1 D15F B7B4 D4CE"; 2290 }]; 2291 }; 2292 + d-xo = { 2293 + email = "hi@d-xo.org"; 2294 + github = "d-xo"; 2295 + githubId = 6689924; 2296 + name = "David Terry"; 2297 + }; 2298 dadada = { 2299 name = "dadada"; 2300 email = "dadada@dadada.li"; ··· 11721 github = "xworld21"; 11722 githubId = 1962985; 11723 name = "Vincenzo Mantova"; 11724 }; 11725 xzfc = { 11726 email = "xzfcpw@gmail.com";
+1 -1
nixos/tests/bazarr.nix
··· 7 in 8 { 9 name = "bazarr"; 10 - meta.maintainers = with maintainers; [ xwvvvvwx ]; 11 12 nodes.machine = 13 { pkgs, ... }:
··· 7 in 8 { 9 name = "bazarr"; 10 + meta.maintainers = with maintainers; [ d-xo ]; 11 12 nodes.machine = 13 { pkgs, ... }:
+1 -1
nixos/tests/wireguard/wg-quick.nix
··· 8 { 9 name = "wg-quick"; 10 meta = with pkgs.lib.maintainers; { 11 - maintainers = [ xwvvvvwx ]; 12 }; 13 14 nodes = {
··· 8 { 9 name = "wg-quick"; 10 meta = with pkgs.lib.maintainers; { 11 + maintainers = [ d-xo ]; 12 }; 13 14 nodes = {
+1 -1
pkgs/applications/blockchains/lndconnect/default.nix
··· 18 description = "Generate QRCode to connect apps to lnd Resources"; 19 license = licenses.mit; 20 homepage = "https://github.com/LN-Zap/lndconnect"; 21 - maintainers = [ maintainers.xwvvvvwx ]; 22 platforms = platforms.linux; 23 }; 24 }
··· 18 description = "Generate QRCode to connect apps to lnd Resources"; 19 license = licenses.mit; 20 homepage = "https://github.com/LN-Zap/lndconnect"; 21 + maintainers = [ maintainers.d-xo ]; 22 platforms = platforms.linux; 23 }; 24 }
+1 -1
pkgs/applications/blockchains/turbo-geth/default.nix
··· 25 homepage = "https://github.com/ledgerwatch/turbo-geth/"; 26 description = "Ethereum node and geth fork focused on scalability and modularity"; 27 license = with licenses; [ lgpl3Plus gpl3Plus ]; 28 - maintainers = with maintainers; [ xwvvvvwx ]; 29 }; 30 }
··· 25 homepage = "https://github.com/ledgerwatch/turbo-geth/"; 26 description = "Ethereum node and geth fork focused on scalability and modularity"; 27 license = with licenses; [ lgpl3Plus gpl3Plus ]; 28 + maintainers = with maintainers; [ d-xo ]; 29 }; 30 }
+1 -1
pkgs/applications/version-management/git-and-tools/radicle-upstream/default.nix
··· 58 description = "A decentralized app for code collaboration"; 59 homepage = "https://radicle.xyz/"; 60 license = licenses.gpl3Plus; 61 - maintainers = with maintainers; [ xwvvvvwx ]; 62 platforms = [ "x86_64-linux" ]; 63 }; 64 }
··· 58 description = "A decentralized app for code collaboration"; 59 homepage = "https://radicle.xyz/"; 60 license = licenses.gpl3Plus; 61 + maintainers = with maintainers; [ d-xo ]; 62 platforms = [ "x86_64-linux" ]; 63 }; 64 }
+1 -1
pkgs/development/libraries/microsoft_gsl/default.nix
··· 41 homepage = "https://github.com/Microsoft/GSL"; 42 license = licenses.mit; 43 platforms = platforms.all; 44 - maintainers = with maintainers; [ thoughtpolice xwvvvvwx yuriaisaka ]; 45 }; 46 }
··· 41 homepage = "https://github.com/Microsoft/GSL"; 42 license = licenses.mit; 43 platforms = platforms.all; 44 + maintainers = with maintainers; [ thoughtpolice yuriaisaka ]; 45 }; 46 }
+1 -1
pkgs/development/libraries/range-v3/default.nix
··· 30 changelog = "https://github.com/ericniebler/range-v3/releases/tag/${version}"; 31 license = licenses.boost; 32 platforms = platforms.all; 33 - maintainers = with maintainers; [ primeos xwvvvvwx ]; 34 }; 35 }
··· 30 changelog = "https://github.com/ericniebler/range-v3/releases/tag/${version}"; 31 license = licenses.boost; 32 platforms = platforms.all; 33 + maintainers = with maintainers; [ primeos ]; 34 }; 35 }
+1 -1
pkgs/development/python-modules/ledgerwallet/default.nix
··· 36 homepage = "https://github.com/LedgerHQ/ledgerctl"; 37 description = "A library to control Ledger devices"; 38 license = licenses.mit; 39 - maintainers = with maintainers; [ xwvvvvwx ]; 40 }; 41 }
··· 36 homepage = "https://github.com/LedgerHQ/ledgerctl"; 37 description = "A library to control Ledger devices"; 38 license = licenses.mit; 39 + maintainers = with maintainers; [ d-xo ]; 40 }; 41 }
+1 -1
pkgs/servers/bazarr/default.nix
··· 33 description = "Subtitle manager for Sonarr and Radarr"; 34 homepage = "https://www.bazarr.media/"; 35 license = licenses.gpl3Only; 36 - maintainers = with maintainers; [ xwvvvvwx ]; 37 platforms = platforms.all; 38 }; 39 }
··· 33 description = "Subtitle manager for Sonarr and Radarr"; 34 homepage = "https://www.bazarr.media/"; 35 license = licenses.gpl3Only; 36 + maintainers = with maintainers; [ d-xo ]; 37 platforms = platforms.all; 38 }; 39 }
+1 -1
pkgs/tools/networking/wireguard-tools/default.nix
··· 56 downloadPage = "https://git.zx2c4.com/wireguard-tools/refs/"; 57 homepage = "https://www.wireguard.com/"; 58 license = licenses.gpl2; 59 - maintainers = with maintainers; [ elseym ericsagnes mic92 zx2c4 globin ma27 xwvvvvwx ]; 60 platforms = platforms.unix; 61 }; 62 }
··· 56 downloadPage = "https://git.zx2c4.com/wireguard-tools/refs/"; 57 homepage = "https://www.wireguard.com/"; 58 license = licenses.gpl2; 59 + maintainers = with maintainers; [ elseym ericsagnes mic92 zx2c4 globin ma27 d-xo ]; 60 platforms = platforms.unix; 61 }; 62 }