From 6fbc7669d3f87c7fa14d46adedab09e9a427e2fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Gonz=C3=A1lez?= Date: Sun, 14 Apr 2024 18:31:09 +0200 Subject: [PATCH] correct Sam's email address --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 062f26f..d8f42bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "tetra" dynamic = ["version"] description = "Full stack component framework for Django using Alpine.js" authors = [ - { name = "Sam Willis", email="samw@hey.com"}, + { name = "Sam Willis", email="sam.willis@gmail.com"}, { name = "Christian González", email = "christian.gonzalez@nerdocs.at" } ] license = {file = "LICENSE"}