maintainers: add dritter

This commit is contained in:
Dominik Ritter 2022-10-15 16:07:37 +02:00
parent e04579e7cd
commit 33db6f2c57
2 changed files with 7 additions and 1 deletions

View file

@ -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";

View file

@ -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 ];
};
});