From 060cdba941054688076d77d0736292362f04d122 Mon Sep 17 00:00:00 2001 From: Stefan Klug Date: Tue, 3 Nov 2015 21:14:05 +0100 Subject: [PATCH] fix url in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e7d780c..a261256 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( long_description=long_description, # The project's main homepage. - url='https://github.com/stefanklug/appy', + url='https://github.com/stefanklug/appypod', # Author details author='Gaƫtan Delannay, modified by Stefan Klug',