From bb846a3692a886a7b236343fc8e6a39a33c09612 Mon Sep 17 00:00:00 2001 From: Hythera <87016780+Hythera@users.noreply.github.com> Date: Tue, 21 Apr 2026 22:29:41 +0200 Subject: [PATCH] maintainers: remove dritter --- maintainers/maintainer-list.nix | 6 ------ pkgs/applications/editors/jetbrains/ides/phpstorm.nix | 5 +---- pkgs/by-name/en/enpass/package.nix | 5 +---- 3 files changed, 2 insertions(+), 14 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index cd8b9ec17930..71d7fd1ffdaf 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -7234,12 +7234,6 @@ githubId = 187309685; name = "Drew Council"; }; - dritter = { - email = "dritter03@googlemail.com"; - github = "dritter"; - githubId = 1544760; - name = "Dominik Ritter"; - }; drperceptron = { github = "drperceptron"; githubId = 92106371; diff --git a/pkgs/applications/editors/jetbrains/ides/phpstorm.nix b/pkgs/applications/editors/jetbrains/ides/phpstorm.nix index 8fc96148791c..8351589dde10 100644 --- a/pkgs/applications/editors/jetbrains/ides/phpstorm.nix +++ b/pkgs/applications/editors/jetbrains/ides/phpstorm.nix @@ -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 diff --git a/pkgs/by-name/en/enpass/package.nix b/pkgs/by-name/en/enpass/package.nix index 55b21ee2a309..4628e42d3d3f 100644 --- a/pkgs/by-name/en/enpass/package.nix +++ b/pkgs/by-name/en/enpass/package.nix @@ -100,10 +100,7 @@ let "x86_64-linux" "i686-linux" ]; - maintainers = with lib.maintainers; [ - ewok - dritter - ]; + maintainers = with lib.maintainers; [ ewok ]; }; nativeBuildInputs = [ makeWrapper ];