maintainers: remove tokudan (#307070)

This commit is contained in:
Daniel Frank 2024-04-27 02:10:24 +02:00 committed by GitHub
parent 873871ed91
commit 7e385b60ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 7 deletions

View File

@ -20417,12 +20417,6 @@
githubId = 74688871;
name = "Tochukwu Ahanonu";
};
tokudan = {
email = "git@danielfrank.net";
github = "tokudan";
githubId = 692610;
name = "Daniel Frank";
};
tomahna = {
email = "kevin.rauscher@tomahna.fr";
github = "Tomahna";

View File

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
description = "A tool for buffering data streams with a large set of unique features";
homepage = "https://www.maier-komor.de/mbuffer.html";
license = licenses.gpl3Only;
maintainers = with maintainers; [ tokudan ];
maintainers = with maintainers; [ ];
platforms = platforms.linux; # Maybe other non-darwin Unix
mainProgram = "mbuffer";
};