Unverified Commit 5e1945f2 authored by Thomas Gerbet's avatar Thomas Gerbet Committed by GitHub
Browse files

Merge pull request #302641 from JohnRTitor/maintainers-johnrtitor

maintainers: add johnrtitor
parents 9323890f c5dc9a07
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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";
+1 −1
Original line number Diff line number Diff line
@@ -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;