Skip to content

Commit 3be1acb

Browse files
committed
fix typo in authors field
1 parent 67f7b78 commit 3be1acb

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
@@ -3,7 +3,7 @@ name = "enochecker3"
33
version = "0.13.4"
44
authors = [
55
{ name = "Louis Burda", email = "dev@sinitax.com" },
6-
{ name = "Lucas Drushke", email = "ldruschk@posteo.de" }
6+
{ name = "Lucas Druschke", email = "ldruschk@posteo.de" }
77
]
88
description = "Library for building EnoEngine-compatible async checkers"
99
readme = "README.md"

0 commit comments

Comments
 (0)