From 798c530aa84cd176ae1acbf4246c62008c068735 Mon Sep 17 00:00:00 2001 From: Raymond Kuiper Date: Mon, 10 Feb 2025 15:34:38 +0100 Subject: [PATCH] :pencil2: Corrected typo in email adres --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 82a371d..65fed29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ "Topic :: Utilities", "Environment :: Console", ] -authors = [{ name = "Retigra", email = "into@retigra.nl" }] +authors = [{ name = "Retigra", email = "info@retigra.nl" }] maintainers = [ { name = "Wouter de Bruijn", email = "wouter.debruijn@retigra.nl" },