about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabián Heredia Montiel <303897+fabianhjr@users.noreply.github.com>2023-11-14 14:16:01 -0600
committerGitHub <noreply@github.com>2023-11-14 14:16:01 -0600
commit3fed70b26a056537721bbb34607170ede5734d67 (patch)
tree33691dc62f79a94568d90b0c59ce9e7368d81935 /pkgs
parent60f10be49303aaab308d9c30b97442f9ffa0925f (diff)
parent85e5e28c65be5eead6beaa37b61249417e699506 (diff)
Merge pull request #267483 from wjlroe/remove-wjlroe-maintainer
logstash: remove myself as a maintainer
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/misc/logstash/7.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/logstash/7.x.nix b/pkgs/tools/misc/logstash/7.x.nix
index f7c096249b0f8..9bbc98e729c46 100644
--- a/pkgs/tools/misc/logstash/7.x.nix
+++ b/pkgs/tools/misc/logstash/7.x.nix
@@ -74,7 +74,7 @@ let
       ];
       license = if enableUnfree then licenses.elastic20 else licenses.asl20;
       platforms = platforms.unix;
-      maintainers = with maintainers; [ wjlroe offline basvandijk ];
+      maintainers = with maintainers; [ offline basvandijk ];
     };
     passthru.tests =
       lib.optionalAttrs (config.allowUnfree && enableUnfree) (