Use generic authors for copyright shown in docs
[mudpy.git] / doc / source / conf.py
index 208585b..29b49c2 100755 (executable)
@@ -12,7 +12,7 @@ project = 'mudpy'
 
 add_function_parentheses = True
 add_module_names = True
-copyright = '2004-2019, Jeremy Stanley <fungi@yuggoth.org>'
+copyright = '2004-2019, mudpy authors'
 extensions = ['sphinx.ext.autodoc']
 html_favicon = '_static/logo.svg'
 html_logo = '_static/logo.svg'