maintainer: add stackshadow
This commit is contained in:
parent
e620c32e59
commit
f4d551c0d4
2 changed files with 7 additions and 1 deletions
|
@ -10768,6 +10768,12 @@
|
|||
github = "staccato";
|
||||
githubId = 86573128;
|
||||
};
|
||||
stackshadow = {
|
||||
email = "stackshadow@evilbrain.de";
|
||||
github = "stackshadow";
|
||||
githubId = 7512804;
|
||||
name = "Martin Langlotz";
|
||||
};
|
||||
steell = {
|
||||
email = "steve@steellworks.com";
|
||||
github = "Steell";
|
||||
|
|
|
@ -135,5 +135,5 @@ in {
|
|||
|
||||
};
|
||||
|
||||
meta.maintainers = with maintainers; [ ymarkus ];
|
||||
meta.maintainers = with maintainers; [ stackshadow ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue