From f48178d5431caa94df5a15945c069607556ca824 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Thu, 30 Jan 2020 12:42:18 +0100
Subject: [PATCH] Added more prominent recognition of original project founder.

---
 CONTRIBUTORS.md | 4 ++--
 setup.py        | 3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index 950d5a0..87cbcc5 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -1,4 +1,4 @@
 # Contributors
 
-* Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
-* David M. Brown <davebshow@gmail.com>
+* Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> - Project owner from 2019 to present.
+* David M. Brown <davebshow@gmail.com> - Project founder and project owner from 2016 - 2019.
diff --git a/setup.py b/setup.py
index 1708d67..2177347 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,6 @@ import pip
 from setuptools import setup
 
 __author__ = 'Jeffrey Phillips Freeman'
-__maintainer__ = __author__
 __email__ = 'Jeffrey.Freeman@CleverThis.com'
 __license__ = 'Apache License, Version 2.0'
 __copyright__ = 'Copyright 2017, CleverThis, Inc. and contributors'
@@ -17,7 +16,7 @@ setup(
     author_email=__email__,
     description='An asynchronous DSL for the Gremlin-Python driver',
     long_description=open('README.md').read(),
-    url='http://goblin-ogm.com',
+    url='https://git.qoto.org/goblin-ogm/aiogremlin',
     download_url='https://github.com/goblin-ogm/aiogremlin/archive/v3.3.2.tar.gz',
     include_package_data=True,
     keywords=['Tinkerpop', 'Tinkerpop3', 'gremlin', 'gremlin-python', 'asyncio', 'graphdb'],
-- 
GitLab