maintainers: Rename pengmeiyu to pmy

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