]> git.notmuchmail.org Git - notmuch/commitdiff
python: fix the projects name and update years of the copyright notice in the sphinx...
authorJustus Winter <4winter@informatik.uni-hamburg.de>
Mon, 20 Feb 2012 20:48:35 +0000 (21:48 +0100)
committerJustus Winter <4winter@informatik.uni-hamburg.de>
Mon, 20 Feb 2012 20:48:35 +0000 (21:48 +0100)
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
bindings/python/docs/source/conf.py

index 76610b7d23d222626a9267b806c2a18faaaa8603..9db377f78733c0166ebe08ee25390265d19c71e5 100644 (file)
@@ -57,8 +57,8 @@ source_suffix = '.rst'
 master_doc = 'index'
 
 # General information about the project.
-project = u'cnotmuch'
-copyright = u'2010, ' + __AUTHOR__
+project = u'notmuch'
+copyright = u'2010-2012, ' + __AUTHOR__
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the