Skip to content

Commit 9ac253a

Browse files
authored
Merge pull request #232 from valkey-io/bogdanp05/fix-docs-footer
docs: fix footer to say Valkey
2 parents b59ee44 + 33844da commit 9ac253a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
# General information about the project.
6767
project = "valkey-py"
6868
current_year = datetime.datetime.now().year
69-
copyright = f"{current_year}, Redis Ltd"
69+
copyright = f"{current_year}, Valkey"
7070

7171
# The version info for the project you're documenting, acts as replacement for
7272
# |version| and |release|, also used in various other places throughout the

0 commit comments

Comments
 (0)