Commit 499be502 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python312Packages.tokenizers: add GaetanLepage as maintainer

parent 2ff0b234
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}