Skip to content

Commit

Permalink
Fix typo in author list
Browse files Browse the repository at this point in the history
[skip ci]

Co-authored-by: David Bold <dschwoerer@users.noreply.github.com>
  • Loading branch information
ZedThree and dschwoerer committed Sep 20, 2023
1 parent a3fa61c commit 33632ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/update_citations.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ class KnownAuthor(NamedTuple):


KNOWN_AUTHORS = {
"bendudson": KnownAuthor("Dodson", "Benjamin"),
"bendudson": KnownAuthor("Dudson", "Benjamin"),
"brey": KnownAuthor("Breyiannis", "George"),
"David Schwörer": KnownAuthor("Bold", "David"),
"dschwoerer": KnownAuthor("Bold", "David"),
Expand Down

0 comments on commit 33632ad

Please sign in to comment.