Merge pull request #196141 from dritter/patch-1

maintainers: add dritter

authored by Jörg Thalheim and committed by GitHub b8adc2c3 2d11b1e2

+7 -1
+6
maintainers/maintainer-list.nix
··· 3619 3619 githubId = 10198051; 3620 3620 name = "Drew Risinger"; 3621 3621 }; 3622 + dritter = { 3623 + email = "dritter03@googlemail.com"; 3624 + github = "dritter"; 3625 + githubId = 1544760; 3626 + name = "Dominik Ritter"; 3627 + }; 3622 3628 drperceptron = { 3623 3629 email = "92106371+drperceptron@users.noreply.github.com"; 3624 3630 github = "drperceptron";
+1 -1
pkgs/applications/editors/jetbrains/default.nix
··· 183 183 with on-the-fly code analysis, error prevention and 184 184 automated refactorings for PHP and JavaScript code. 185 185 ''; 186 - maintainers = with maintainers; [ ]; 186 + maintainers = with maintainers; [ dritter ]; 187 187 }; 188 188 }); 189 189