From cb42e9730a120a3108c4f319074912c4bc66a03e Mon Sep 17 00:00:00 2001 From: Pondonda Date: Sun, 26 Jan 2025 19:20:09 +0100 Subject: [PATCH] fix email in pyproject.toml --- transit_model_python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transit_model_python/pyproject.toml b/transit_model_python/pyproject.toml index c7dc8cd74..e4b5b4371 100644 --- a/transit_model_python/pyproject.toml +++ b/transit_model_python/pyproject.toml @@ -21,5 +21,5 @@ authors = [ ] maintainers = [ - {name = "Prince Merveil ONDONDA",email = "pondonda@hove.com"} + {name = "Prince Merveil ONDONDA",email = "prince.ondonda@hove.com"} ]