maintainers: Rename pengmeiyu to pmy

+11 -11
+6 -6
maintainers/maintainer-list.nix
··· 8967 8967 githubId = 8641; 8968 8968 name = "Pierre Carrier"; 8969 8969 }; 8970 - pengmeiyu = { 8971 - email = "pengmyu@gmail.com"; 8972 - github = "pmeiyu"; 8973 - githubId = 8529551; 8974 - name = "Peng Mei Yu"; 8975 - }; 8976 8970 penguwin = { 8977 8971 email = "penguwin@penguwin.eu"; 8978 8972 github = "penguwin"; ··· 9247 9241 github = "pmiddend"; 9248 9242 githubId = 178496; 9249 9243 name = "Philipp Middendorf"; 9244 + }; 9245 + pmy = { 9246 + email = "pmy@xqzp.net"; 9247 + github = "pmeiyu"; 9248 + githubId = 8529551; 9249 + name = "Peng Mei Yu"; 9250 9250 }; 9251 9251 pmyjavec = { 9252 9252 email = "pauly@myjavec.com";
+1 -1
nixos/modules/services/network-filesystems/webdav.nix
··· 103 103 }; 104 104 }; 105 105 106 - meta.maintainers = with maintainers; [ pengmeiyu ]; 106 + meta.maintainers = with maintainers; [ pmy ]; 107 107 }
+1 -1
pkgs/data/misc/rime-data/default.nix
··· 61 61 # rime-cantonese 62 62 cc-by-40 63 63 ]; 64 - maintainers = [ maintainers.pengmeiyu ]; 64 + maintainers = with maintainers; [ pmy ]; 65 65 }; 66 66 }
+1 -1
pkgs/os-specific/linux/lm-sensors/default.nix
··· 44 44 changelog = "https://raw.githubusercontent.com/lm-sensors/lm-sensors/V${dashedVersion}/CHANGES"; 45 45 description = "Tools for reading hardware sensors"; 46 46 license = with licenses; [ lgpl21Plus gpl2Plus ]; 47 - maintainers = with maintainers; [ pengmeiyu ]; 47 + maintainers = with maintainers; [ pmy ]; 48 48 platforms = platforms.linux; 49 49 mainProgram = "sensors"; 50 50 };
+1 -1
pkgs/servers/webdav/default.nix
··· 17 17 description = "Simple WebDAV server"; 18 18 homepage = "https://github.com/hacdias/webdav"; 19 19 license = licenses.mit; 20 - maintainers = with maintainers; [ pengmeiyu ]; 20 + maintainers = with maintainers; [ pmy ]; 21 21 }; 22 22 }
+1 -1
pkgs/tools/inputmethods/ibus-engines/ibus-rime/default.nix
··· 39 39 homepage = "https://rime.im/"; 40 40 license = licenses.gpl3Plus; 41 41 platforms = platforms.linux; 42 - maintainers = with maintainers; [ pengmeiyu ]; 42 + maintainers = with maintainers; [ pmy ]; 43 43 }; 44 44 }