tidb: add Makuru as maintainer

This commit is contained in:
Makuru 2024-06-13 13:03:04 +02:00
parent ce5f2b9298
commit 703c85cb9a
No known key found for this signature in database
GPG Key ID: EEE9B5412B161207

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";
};
}