Merge pull request #302641 from JohnRTitor/maintainers-johnrtitor
maintainers: add johnrtitor
This commit is contained in:
commit
5e1945f211
2 changed files with 7 additions and 1 deletions
|
@ -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";
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue