mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-09 12:18:04 +03:00
Merge pull request #304869 from matthiasbeyer/add-myself-as-maintainer-mdbook-tooling
mdbook-*: Add myself as maintainer
This commit is contained in:
commit
f8022afb8b
@ -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";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user