maintainers: add johnrtitor

This commit is contained in:
John Titor 2024-04-09 00:50:00 +05:30
parent 41ea0bbbd6
commit c5dc9a0758
No known key found for this signature in database
GPG Key ID: 29B0514F4E3C1CC0
2 changed files with 7 additions and 1 deletions

View File

@ -9612,6 +9612,12 @@
githubId = 51028009;
name = "John Rodewald";
};
johnrtitor = {
email = "masumrezarock100@gmail.com";
github = "johnrtitor";
githubId = 50095635;
name = "Masum Reza";
};
john-shaffer = {
email = "jdsha@proton.me";
github = "john-shaffer";

View File

@ -35,7 +35,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://lightningcss.dev/";
changelog = "https://github.com/parcel-bundler/lightningcss/releases/tag/v${version}";
license = licenses.mpl20;
maintainers = with maintainers; [ toastal ];
maintainers = with maintainers; [ johnrtitor toastal ];
mainProgram = "lightningcss";
# never built on aarch64-linux since first introduction in nixpkgs
broken = stdenv.isLinux && stdenv.isAarch64;