Skip to content

Commit a6df805

Browse files
authored
Merge pull request #289 from VamatoHD/email-patch-1
Fix author's email in pyproject.toml
2 parents 702abdb + f73fa20 commit a6df805

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "Check username availability across multiple popular platforms"
99
readme = "README.md"
1010
license = {file = "LICENSE"}
1111
authors = [
12-
{name = "Kaif", email = "kafcodec@gmail.com"}
12+
{name = "Kaif", email = "kaifcodec@gmail.com"}
1313
]
1414

1515
dependencies = [

0 commit comments

Comments
 (0)