From 2061184e3ea6a35d8e32cb4ca6d24a1afc06706f Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 2 Jul 2020 03:13:54 -0400 Subject: [PATCH] update copyright year --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 76c7e03..d4daedd 100644 --- a/conf.py +++ b/conf.py @@ -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/'