From cf7bd3364ab6662b099ed4df288bba69c447990c Mon Sep 17 00:00:00 2001 From: Fridolin Pokorny Date: Fri, 24 Jun 2016 14:40:17 +0200 Subject: [PATCH] Adjust location to forked project URL --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b6d4022..ba5e7af 100755 --- a/setup.py +++ b/setup.py @@ -78,7 +78,7 @@ def gofedlib_find_packages(): maintainer='Jan Chaloupka', maintainer_email='jchaloup@redhat.com', description='A set of python modules carrying operation related to Go source codes analysis used in Gofed', - url='https://github.com/gofed/lib', + url='https://github.com/gofed/gofedlib', license='GPL', keywords='gofed golang API dependencies', )