forked from mirrors/nixpkgs
Merge pull request #222962 from mrene/master
minidsp: add mrene as maintainer
This commit is contained in:
commit
a4ed6c4d1a
|
@ -10330,6 +10330,12 @@
|
||||||
githubId = 3073833;
|
githubId = 3073833;
|
||||||
name = "Massimo Redaelli";
|
name = "Massimo Redaelli";
|
||||||
};
|
};
|
||||||
|
mrene = {
|
||||||
|
email = "mathieu.rene@gmail.com";
|
||||||
|
github = "mrene";
|
||||||
|
githubId = 254443;
|
||||||
|
name = "Mathieu Rene";
|
||||||
|
};
|
||||||
mrfreezeex = {
|
mrfreezeex = {
|
||||||
email = "arthur@cri.epita.fr";
|
email = "arthur@cri.epita.fr";
|
||||||
github = "MrFreezeex";
|
github = "MrFreezeex";
|
||||||
|
|
|
@ -35,6 +35,6 @@ rustPlatform.buildRustPackage rec {
|
||||||
homepage = "https://github.com/mrene/minidsp-rs";
|
homepage = "https://github.com/mrene/minidsp-rs";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
maintainers = [maintainers.adamcstephens];
|
maintainers = [maintainers.adamcstephens maintainers.mrene];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue