logstash: remove myself as a maintainer
I haven't used Logstash for many years, so cannot maintain this package.
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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) (
|
||||
|
||||
Reference in New Issue
Block a user