Merge pull request #319540 from makuru-dd/master

add @makuru-dd to maintainers of abandoned project `TiDB`.
This commit is contained in:
Leona Maroni 2024-06-13 18:43:40 +02:00 committed by GitHub
commit 4014350fa8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 1 deletions

View File

@ -12590,6 +12590,15 @@
githubId = 2321672;
name = "Makise Kurisu";
};
Makuru = {
email = "makuru@makuru.org";
github = "makuru-dd";
githubId = 58048293;
name = "Makuru";
keys = [{
fingerprint = "5B22 7123 362F DEF1 8F79 BF2B 4792 3A0F EEB5 51C7";
}];
};
malbarbo = {
email = "malbarbo@gmail.com";
github = "malbarbo";

View File

@ -24,7 +24,7 @@ buildGoModule rec {
description = "Open-source, cloud-native, distributed, MySQL-Compatible database for elastic scale and real-time analytics";
homepage = "https://pingcap.com";
license = licenses.asl20;
maintainers = [];
maintainers = with maintainers; [ Makuru ];
mainProgram = "tidb-server";
};
}