maintainers: add hsjobeki to nixdoc

This commit is contained in:
Johannes Kirschbauer 2024-03-12 10:12:16 +01:00
parent a35c3d4432
commit 1e1f931931
No known key found for this signature in database
2 changed files with 7 additions and 0 deletions

View File

@ -7972,6 +7972,12 @@
githubId = 1614615;
name = "Hendrik Schaeidt";
};
hsjobeki = {
email = "hsjobeki@gmail.com";
github = "hsjobeki";
githubId = 50398876;
name = "Johannes Kirschbauer";
};
htr = {
email = "hugo@linux.com";
github = "htr";

View File

@ -22,6 +22,7 @@ rustPlatform.buildRustPackage rec {
maintainers = with maintainers; [
infinisil
asymmetric
hsjobeki
];
platforms = platforms.unix;
};