Merge pull request #222962 from mrene/master

minidsp: add mrene as maintainer
This commit is contained in:
Mario Rodas 2023-03-26 08:57:42 -05:00 committed by GitHub
commit a4ed6c4d1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View file

@ -10330,6 +10330,12 @@
githubId = 3073833;
name = "Massimo Redaelli";
};
mrene = {
email = "mathieu.rene@gmail.com";
github = "mrene";
githubId = 254443;
name = "Mathieu Rene";
};
mrfreezeex = {
email = "arthur@cri.epita.fr";
github = "MrFreezeex";

View file

@ -35,6 +35,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/mrene/minidsp-rs";
license = licenses.asl20;
platforms = platforms.linux ++ platforms.darwin;
maintainers = [maintainers.adamcstephens];
maintainers = [maintainers.adamcstephens maintainers.mrene];
};
}