fix: wrong author email
This commit is contained in:
parent
b6c92790d6
commit
e63d9434e5
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue