From e63d9434e52c491e12810b385b6969e7f536291e Mon Sep 17 00:00:00 2001 From: alemi Date: Mon, 29 Jan 2024 16:55:17 +0100 Subject: [PATCH] fix: wrong author email --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5ca7358..0021a7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "aioappsrv" authors = [ {name = "alemi", email = "me@alemi.dev"}, - {name = "git-bruh", email = ""}, + {name = "git-bruh", email = "e817509a-8ee9-4332-b0ad-3a6bdf9ab63f@aleeas.com"}, ] description = "simple and asynchronous matrix appservice framework" readme = "README.md"