Skip to content

Commit 0f447db

Browse files
finalize name change
1 parent 20da93d commit 0f447db

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 - 2024 Max Fischer
3+
Copyright (c) 2019 - 2024 Max Kühn
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# -- Project information -----------------------------------------------------
2626

2727
project = "asyncstdlib"
28-
author = "Max Fischer"
28+
author = "Max Kühn"
2929
copyright = f"2019-2024 {author}"
3030

3131
# The short X.Y version

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
66
dynamic = ["version", "description"]
77
name = "asyncstdlib"
88
authors = [
9-
{name = "Max Fischer", email = "[email protected]"},
9+
{name = "Max Kühn", email = "[email protected]"},
1010
]
1111
readme = "README.rst"
1212
classifiers = [

0 commit comments

Comments
 (0)