mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-18 07:18:56 +00:00
logstash: remove myself as a maintainer
I haven't used Logstash for many years, so cannot maintain this package.
This commit is contained in:
parent
68367e66e1
commit
85e5e28c65
@ -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) (
|
||||
|
Loading…
Reference in New Issue
Block a user