python312Packages.tokenizers: add GaetanLepage as maintainer

This commit is contained in:
Gaetan Lepage
2024-09-26 00:24:49 +02:00
parent 2ff0b23453
commit 499be5024e
@@ -150,7 +150,7 @@ buildPythonPackage rec {
description = "Fast State-of-the-Art Tokenizers optimized for Research and Production";
homepage = "https://github.com/huggingface/tokenizers";
license = lib.licenses.asl20;
maintainers = [ ];
maintainers = with lib.maintainers; [ GaetanLepage ];
platforms = lib.platforms.unix;
};
}