logstash: remove myself as a maintainer

I haven't used Logstash for many years, so cannot maintain this package.
This commit is contained in:
William Roe 2023-11-14 16:43:22 +00:00
parent 68367e66e1
commit 85e5e28c65
2 changed files with 1 additions and 7 deletions

View File

@ -19245,12 +19245,6 @@
githubId = 168610;
name = "Ricardo M. Correia";
};
wjlroe = {
email = "willroe@gmail.com";
github = "wjlroe";
githubId = 43315;
name = "William Roe";
};
wladmis = {
email = "dev@wladmis.org";
github = "wladmis";

View File

@ -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) (