1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-22 14:13:01 +02:00

update copyright year

Nick Sweeting
2020-07-02 03:13:54 -04:00
parent d6d4304289
commit 2061184e3e

@@ -32,7 +32,7 @@ VERSION = open(os.path.join(PYTHON_DIR, 'VERSION'), 'r').read().strip()
# -- Project information -----------------------------------------------------
project = 'ArchiveBox'
copyright = '2019, Nick Sweeting'
copyright = '2020, Nick Sweeting'
author = 'Nick Sweeting'
github_url = 'https://github.com/pirate/ArchiveBox'
github_doc_root = 'https://github.com/pirate/ArchiveBox/tree/master/docs/'