maintainers: remove dritter (#512182)

This commit is contained in:
Yohann Boniface 2026-04-28 21:20:02 +00:00 committed by GitHub
commit 555a558800
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 14 deletions

View file

@ -7252,12 +7252,6 @@
githubId = 187309685;
name = "Drew Council";
};
dritter = {
email = "dritter03@googlemail.com";
github = "dritter";
githubId = 1544760;
name = "Dominik Ritter";
};
drperceptron = {
github = "drperceptron";
githubId = 92106371;

View file

@ -54,10 +54,7 @@ mkJetBrainsProduct {
homepage = "https://www.jetbrains.com/phpstorm/";
description = "PHP IDE from JetBrains";
longDescription = "PhpStorm provides an editor for PHP, HTML and JavaScript with on-the-fly code analysis, error prevention and automated refactorings for PHP and JavaScript code.";
maintainers = with lib.maintainers; [
dritter
tymscar
];
maintainers = with lib.maintainers; [ tymscar ];
license = lib.licenses.unfree;
sourceProvenance =
if stdenv.hostPlatform.isDarwin then

View file

@ -100,10 +100,7 @@ let
"x86_64-linux"
"i686-linux"
];
maintainers = with lib.maintainers; [
ewok
dritter
];
maintainers = with lib.maintainers; [ ewok ];
};
nativeBuildInputs = [ makeWrapper ];