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

mdbook-*: Add myself as maintainer
This commit is contained in:
Matthias Beyer 2024-04-19 07:52:38 +02:00 committed by GitHub
commit f8022afb8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
15 changed files with 15 additions and 15 deletions

View File

@ -19,7 +19,7 @@ rustPlatform.buildRustPackage rec {
description = "A preprocessor for mdbook to add Material Design admonishments"; description = "A preprocessor for mdbook to add Material Design admonishments";
mainProgram = "mdbook-admonish"; mainProgram = "mdbook-admonish";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jmgilman Frostman ]; maintainers = with maintainers; [ jmgilman Frostman matthiasbeyer ];
homepage = "https://github.com/tommilligan/mdbook-admonish"; homepage = "https://github.com/tommilligan/mdbook-admonish";
}; };
} }

View File

@ -22,6 +22,6 @@ rustPlatform.buildRustPackage rec {
mainProgram = "mdbook-cmdrun"; mainProgram = "mdbook-cmdrun";
homepage = "https://github.com/FauconFan/mdbook-cmdrun"; homepage = "https://github.com/FauconFan/mdbook-cmdrun";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ pinpox ]; maintainers = with maintainers; [ pinpox matthiasbeyer ];
}; };
} }

View File

@ -29,6 +29,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/danieleades/mdbook-d2"; homepage = "https://github.com/danieleades/mdbook-d2";
changelog = "https://github.com/danieleades/mdbook-d2/blob/${src.rev}/CHANGELOG.md"; changelog = "https://github.com/danieleades/mdbook-d2/blob/${src.rev}/CHANGELOG.md";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ blaggacao ]; maintainers = with maintainers; [ blaggacao matthiasbeyer ];
}; };
} }

View File

@ -28,6 +28,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/blyxyas/mdbook-emojicodes"; homepage = "https://github.com/blyxyas/mdbook-emojicodes";
changelog = "https://github.com/blyxyas/mdbook-emojicodes/releases/tag/${version}"; changelog = "https://github.com/blyxyas/mdbook-emojicodes/releases/tag/${version}";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ blaggacao ]; maintainers = with maintainers; [ blaggacao matthiasbeyer ];
}; };
} }

View File

@ -37,6 +37,6 @@ in rustPlatform.buildRustPackage {
mainProgram = "mdbook-epub"; mainProgram = "mdbook-epub";
homepage = "https://michael-f-bryan.github.io/mdbook-epub"; homepage = "https://michael-f-bryan.github.io/mdbook-epub";
license = licenses.mpl20; license = licenses.mpl20;
maintainers = with maintainers; [ yuu ]; maintainers = with maintainers; [ yuu matthiasbeyer ];
}; };
} }

View File

@ -24,6 +24,6 @@ rustPlatform.buildRustPackage rec {
mainProgram = "mdbook-footnote"; mainProgram = "mdbook-footnote";
homepage = "https://github.com/daviddrysdale/mdbook-footnote"; homepage = "https://github.com/daviddrysdale/mdbook-footnote";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ brianmcgillion ]; maintainers = with maintainers; [ brianmcgillion matthiasbeyer ];
}; };
} }

View File

@ -23,6 +23,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/dylanowen/mdbook-graphviz"; homepage = "https://github.com/dylanowen/mdbook-graphviz";
changelog = "https://github.com/dylanowen/mdbook-graphviz/releases/tag/v${version}"; changelog = "https://github.com/dylanowen/mdbook-graphviz/releases/tag/v${version}";
license = [ licenses.mpl20 ]; license = [ licenses.mpl20 ];
maintainers = with maintainers; [ lovesegfault ]; maintainers = with maintainers; [ lovesegfault matthiasbeyer ];
}; };
} }

View File

@ -22,6 +22,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/google/mdbook-i18n-helpers"; homepage = "https://github.com/google/mdbook-i18n-helpers";
changelog = "https://github.com/google/mdbook-i18n-helpers/releases/tag/${version}"; changelog = "https://github.com/google/mdbook-i18n-helpers/releases/tag/${version}";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ teutat3s ]; maintainers = with maintainers; [ teutat3s matthiasbeyer ];
}; };
} }

View File

@ -18,6 +18,6 @@ rustPlatform.buildRustPackage rec {
mainProgram = "mdbook-katex"; mainProgram = "mdbook-katex";
homepage = "https://github.com/lzanini/${pname}"; homepage = "https://github.com/lzanini/${pname}";
license = [ licenses.mit ]; license = [ licenses.mit ];
maintainers = with maintainers; [ lovesegfault ]; maintainers = with maintainers; [ lovesegfault matthiasbeyer ];
}; };
} }

View File

@ -36,6 +36,6 @@ rustPlatform.buildRustPackage rec {
mainProgram = "mdbook-kroki-preprocessor"; mainProgram = "mdbook-kroki-preprocessor";
homepage = "https://github.com/joelcourtney/mdbook-kroki-preprocessor"; homepage = "https://github.com/joelcourtney/mdbook-kroki-preprocessor";
license = licenses.gpl3Only; license = licenses.gpl3Only;
maintainers = with maintainers; [ blaggacao ]; maintainers = with maintainers; [ blaggacao matthiasbeyer ];
}; };
} }

View File

@ -29,6 +29,6 @@ rustPlatform.buildRustPackage rec {
mainProgram = "mdbook-linkcheck"; mainProgram = "mdbook-linkcheck";
homepage = "https://github.com/Michael-F-Bryan/mdbook-linkcheck"; homepage = "https://github.com/Michael-F-Bryan/mdbook-linkcheck";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ zhaofengli ]; maintainers = with maintainers; [ zhaofengli matthiasbeyer ];
}; };
} }

View File

@ -28,6 +28,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/badboy/mdbook-mermaid"; homepage = "https://github.com/badboy/mdbook-mermaid";
changelog = "https://github.com/badboy/mdbook-mermaid/blob/v${version}/CHANGELOG.md"; changelog = "https://github.com/badboy/mdbook-mermaid/blob/v${version}/CHANGELOG.md";
license = licenses.mpl20; license = licenses.mpl20;
maintainers = with maintainers; [ xrelkd ]; maintainers = with maintainers; [ xrelkd matthiasbeyer ];
}; };
} }

View File

@ -18,6 +18,6 @@ rustPlatform.buildRustPackage rec {
mainProgram = "mdbook-pagetoc"; mainProgram = "mdbook-pagetoc";
homepage = "https://github.com/slowsage/mdbook-pagetoc"; homepage = "https://github.com/slowsage/mdbook-pagetoc";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ blaggacao ]; maintainers = with maintainers; [ blaggacao matthiasbeyer ];
}; };
} }

View File

@ -48,6 +48,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/HollowMan6/mdbook-pdf"; homepage = "https://github.com/HollowMan6/mdbook-pdf";
changelog = "https://github.com/HollowMan6/mdbook-pdf/releases/tag/v${version}"; changelog = "https://github.com/HollowMan6/mdbook-pdf/releases/tag/v${version}";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ hollowman6 ]; maintainers = with maintainers; [ hollowman6 matthiasbeyer ];
}; };
} }

View File

@ -40,6 +40,6 @@ rustPlatform.buildRustPackage rec {
mainProgram = "mdbook-plantuml"; mainProgram = "mdbook-plantuml";
homepage = "https://github.com/sytsereitsma/mdbook-plantuml"; homepage = "https://github.com/sytsereitsma/mdbook-plantuml";
license = [ licenses.mit ]; license = [ licenses.mit ];
maintainers = with maintainers; [ jcouyang ]; maintainers = with maintainers; [ jcouyang matthiasbeyer ];
}; };
} }