Merge pull request #24789 from sigma/pr/keychain-maintainer
keychain: add sigma as maintainer
This commit is contained in:
commit
3766b87737
|
@ -477,6 +477,7 @@
|
||||||
shell = "Shell Turner <cam.turn@gmail.com>";
|
shell = "Shell Turner <cam.turn@gmail.com>";
|
||||||
shlevy = "Shea Levy <shea@shealevy.com>";
|
shlevy = "Shea Levy <shea@shealevy.com>";
|
||||||
siddharthist = "Langston Barrett <langston.barrett@gmail.com>";
|
siddharthist = "Langston Barrett <langston.barrett@gmail.com>";
|
||||||
|
sigma = "Yann Hodique <yann.hodique@gmail.com>";
|
||||||
simonvandel = "Simon Vandel Sillesen <simon.vandel@gmail.com>";
|
simonvandel = "Simon Vandel Sillesen <simon.vandel@gmail.com>";
|
||||||
sjagoe = "Simon Jagoe <simon@simonjagoe.com>";
|
sjagoe = "Simon Jagoe <simon@simonjagoe.com>";
|
||||||
sjmackenzie = "Stewart Mackenzie <setori88@gmail.com>";
|
sjmackenzie = "Stewart Mackenzie <setori88@gmail.com>";
|
||||||
|
|
|
@ -38,5 +38,6 @@ stdenv.mkDerivation rec {
|
||||||
platforms =
|
platforms =
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
platforms.linux ++ platforms.darwin;
|
platforms.linux ++ platforms.darwin;
|
||||||
|
maintainers = with stdenv.lib.maintainers; [ sigma ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue