From 789fa425cd3f956253524cb489fa24b6b64ca7c9 Mon Sep 17 00:00:00 2001 From: Ralf Gommers Date: Tue, 27 May 2025 09:54:09 +0200 Subject: [PATCH] MAINT: move Thomas Li to emeritus maintainer --- docs/about.rst | 2 +- pyproject.toml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/about.rst b/docs/about.rst index abb48d4dd..a00ac54d3 100644 --- a/docs/about.rst +++ b/docs/about.rst @@ -23,11 +23,11 @@ The current maintainers of ``meson-python`` are: - `Ralf Gommers `_ - `Daniele Nicolodi `_ - `Henry Schreiner `_ -- `Thomas Li `_ Emeritus maintainers: - `Filipe LaĆ­ns `_ +- `Thomas Li `_ Funding diff --git a/pyproject.toml b/pyproject.toml index 733d69a2c..a306c88ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,6 @@ maintainers = [ { name = 'Ralf Gommers', email = 'ralf.gommers@gmail.com' }, { name = 'Daniele Nicolodi', email = 'daniele@grinta.net' }, { name = 'Henry Schreiner', email = 'HenrySchreinerIII@gmail.com' }, - { name = 'Thomas Li', email = '47963215+lithomas1@users.noreply.github.com' }, ] classifiers = [ 'Development Status :: 5 - Production/Stable',