summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2021-02-06 20:00:37 +0100
committermathieui <mathieui@mathieui.net>2021-02-08 23:08:31 +0100
commit0978f66736177020023cff37503ed2a770d1f3ab (patch)
treeea36b8ff51c6c858559622a916afe902997621b3 /docs
parent679432591e9341bdbe2264d414c54e7852f52446 (diff)
downloadslixmpp-0978f66736177020023cff37503ed2a770d1f3ab.tar.gz
slixmpp-0978f66736177020023cff37503ed2a770d1f3ab.tar.bz2
slixmpp-0978f66736177020023cff37503ed2a770d1f3ab.tar.xz
slixmpp-0978f66736177020023cff37503ed2a770d1f3ab.zip
docs: fix copyright footer
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index c68ac882..613864fa 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -51,7 +51,7 @@ master_doc = 'index'
# General information about the project.
project = u'Slixmpp'
year = datetime.datetime.now().year
-copyright = u'{}, Nathan Fritz, Lance Stout'.format(year)
+copyright = u'{}, Mathieu Pasquet, Maxime Buquet, Emmanuel Gil Peyrot, Florent Le Coz'.format(year)
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the