Merge pull request #302641 from JohnRTitor/maintainers-johnrtitor

maintainers: add johnrtitor

authored by Thomas Gerbet and committed by GitHub 5e1945f2 9323890f

+7 -1
+6
maintainers/maintainer-list.nix
··· 9630 9630 githubId = 51028009; 9631 9631 name = "John Rodewald"; 9632 9632 }; 9633 + johnrtitor = { 9634 + email = "masumrezarock100@gmail.com"; 9635 + github = "johnrtitor"; 9636 + githubId = 50095635; 9637 + name = "Masum Reza"; 9638 + }; 9633 9639 john-shaffer = { 9634 9640 email = "jdsha@proton.me"; 9635 9641 github = "john-shaffer";
+1 -1
pkgs/by-name/li/lightningcss/package.nix
··· 35 35 homepage = "https://lightningcss.dev/"; 36 36 changelog = "https://github.com/parcel-bundler/lightningcss/releases/tag/v${version}"; 37 37 license = licenses.mpl20; 38 - maintainers = with maintainers; [ toastal ]; 38 + maintainers = with maintainers; [ johnrtitor toastal ]; 39 39 mainProgram = "lightningcss"; 40 40 # never built on aarch64-linux since first introduction in nixpkgs 41 41 broken = stdenv.isLinux && stdenv.isAarch64;