Merge pull request #295262 from hsjobeki/maintainers/hsjobeki

This commit is contained in:
Silvan Mosberger 2024-03-12 12:52:19 +01:00 committed by GitHub
commit 23bce573b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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;
};