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; githubId = 1614615;
name = "Hendrik Schaeidt"; name = "Hendrik Schaeidt";
}; };
hsjobeki = {
email = "hsjobeki@gmail.com";
github = "hsjobeki";
githubId = 50398876;
name = "Johannes Kirschbauer";
};
htr = { htr = {
email = "hugo@linux.com"; email = "hugo@linux.com";
github = "htr"; github = "htr";

View File

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