Unverified Commit f8022afb authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

Merge pull request #304869 from matthiasbeyer/add-myself-as-maintainer-mdbook-tooling

mdbook-*: Add myself as maintainer
parents d080edeb 2eb341b1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ rustPlatform.buildRustPackage rec {
    description = "A preprocessor for mdbook to add Material Design admonishments";
    mainProgram = "mdbook-admonish";
    license = licenses.mit;
    maintainers = with maintainers; [ jmgilman Frostman ];
    maintainers = with maintainers; [ jmgilman Frostman matthiasbeyer ];
    homepage = "https://github.com/tommilligan/mdbook-admonish";
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -22,6 +22,6 @@ rustPlatform.buildRustPackage rec {
    mainProgram = "mdbook-cmdrun";
    homepage = "https://github.com/FauconFan/mdbook-cmdrun";
    license = licenses.mit;
    maintainers = with maintainers; [ pinpox ];
    maintainers = with maintainers; [ pinpox matthiasbeyer ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -29,6 +29,6 @@ rustPlatform.buildRustPackage rec {
    homepage = "https://github.com/danieleades/mdbook-d2";
    changelog = "https://github.com/danieleades/mdbook-d2/blob/${src.rev}/CHANGELOG.md";
    license = licenses.mit;
    maintainers = with maintainers; [ blaggacao ];
    maintainers = with maintainers; [ blaggacao matthiasbeyer ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -28,6 +28,6 @@ rustPlatform.buildRustPackage rec {
    homepage = "https://github.com/blyxyas/mdbook-emojicodes";
    changelog = "https://github.com/blyxyas/mdbook-emojicodes/releases/tag/${version}";
    license = licenses.mit;
    maintainers = with maintainers; [ blaggacao ];
    maintainers = with maintainers; [ blaggacao matthiasbeyer ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -37,6 +37,6 @@ in rustPlatform.buildRustPackage {
    mainProgram = "mdbook-epub";
    homepage = "https://michael-f-bryan.github.io/mdbook-epub";
    license = licenses.mpl20;
    maintainers = with maintainers; [ yuu ];
    maintainers = with maintainers; [ yuu matthiasbeyer ];
  };
}
Loading