Merge pull request #302641 from JohnRTitor/maintainers-johnrtitor

maintainers: add johnrtitor
This commit is contained in:
Thomas Gerbet 2024-04-08 22:23:40 +02:00 committed by GitHub
commit 5e1945f211
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View File

@ -9630,6 +9630,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;