maintainers: boppyt -> sefidel

sefidel 92dc48ed 88bd1e59

+11 -10
+10 -9
maintainers/maintainer-list.nix
··· 2074 githubId = 68566724; 2075 name = "bootstrap-prime"; 2076 }; 2077 - boppyt = { 2078 - email = "boppy@nwcpz.com"; 2079 - github = "boppyt"; 2080 - githubId = 71049646; 2081 - name = "Zack A"; 2082 - keys = [{ 2083 - fingerprint = "E8D7 5C19 9F65 269B 439D F77B 6310 C97D E31D 1545"; 2084 - }]; 2085 - }; 2086 borisbabic = { 2087 email = "boris.ivan.babic@gmail.com"; 2088 github = "borisbabic"; ··· 13556 github = "SebTM"; 13557 githubId = 17243347; 13558 name = "Sebastian Sellmeier"; 13559 }; 13560 sei40kr = { 13561 name = "Seong Yong-ju";
··· 2074 githubId = 68566724; 2075 name = "bootstrap-prime"; 2076 }; 2077 borisbabic = { 2078 email = "boris.ivan.babic@gmail.com"; 2079 github = "borisbabic"; ··· 13547 github = "SebTM"; 13548 githubId = 17243347; 13549 name = "Sebastian Sellmeier"; 13550 + }; 13551 + sefidel = { 13552 + name = "sefidel"; 13553 + email = "contact@sefidel.net"; 13554 + matrix = "@sef:exotic.sh"; 13555 + github = "sefidel"; 13556 + githubId = 71049646; 13557 + keys = [{ 13558 + fingerprint = "8BDF DFB5 6842 2393 82A0 441B 9238 BC70 9E05 516A"; 13559 + }]; 13560 }; 13561 sei40kr = { 13562 name = "Seong Yong-ju";
+1 -1
pkgs/applications/editors/lite-xl/default.nix
··· 41 description = "A lightweight text editor written in Lua"; 42 homepage = "https://github.com/lite-xl/lite-xl"; 43 license = licenses.mit; 44 - maintainers = with maintainers; [ boppyt ]; 45 platforms = platforms.unix; 46 }; 47 }
··· 41 description = "A lightweight text editor written in Lua"; 42 homepage = "https://github.com/lite-xl/lite-xl"; 43 license = licenses.mit; 44 + maintainers = with maintainers; [ sefidel ]; 45 platforms = platforms.unix; 46 }; 47 }