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