forked from mirrors/nixpkgs
maintainers: add dritter
This commit is contained in:
parent
e04579e7cd
commit
33db6f2c57
|
@ -3619,6 +3619,12 @@
|
|||
githubId = 10198051;
|
||||
name = "Drew Risinger";
|
||||
};
|
||||
dritter = {
|
||||
email = "dritter03@googlemail.com";
|
||||
github = "dritter";
|
||||
githubId = 1544760;
|
||||
name = "Dominik Ritter";
|
||||
};
|
||||
drperceptron = {
|
||||
email = "92106371+drperceptron@users.noreply.github.com";
|
||||
github = "drperceptron";
|
||||
|
|
|
@ -183,7 +183,7 @@ let
|
|||
with on-the-fly code analysis, error prevention and
|
||||
automated refactorings for PHP and JavaScript code.
|
||||
'';
|
||||
maintainers = with maintainers; [ ];
|
||||
maintainers = with maintainers; [ dritter ];
|
||||
};
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue