diff options
author | mathieui <mathieui@mathieui.net> | 2021-02-06 20:00:37 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2021-02-08 23:08:31 +0100 |
commit | 0978f66736177020023cff37503ed2a770d1f3ab (patch) | |
tree | ea36b8ff51c6c858559622a916afe902997621b3 /docs | |
parent | 679432591e9341bdbe2264d414c54e7852f52446 (diff) | |
download | slixmpp-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.py | 2 |
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 |