fix: wrong author email

This commit is contained in:
əlemi 2024-01-29 16:55:17 +01:00
parent b6c92790d6
commit e63d9434e5
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "aioappsrv"
authors = [
{name = "alemi", email = "me@alemi.dev"},
{name = "git-bruh", email = "<e817509a-8ee9-4332-b0ad-3a6bdf9ab63f@aleeas.com>"},
{name = "git-bruh", email = "e817509a-8ee9-4332-b0ad-3a6bdf9ab63f@aleeas.com"},
]
description = "simple and asynchronous matrix appservice framework"
readme = "README.md"