Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2016-10-24 16:28:43 +0300
committerYann Leboulanger <asterix@lagaule.org>2016-10-24 16:28:43 +0300
commit1accf16ac790c9a9cbe412f34d6bcadc914e23f1 (patch)
treec079125e62f16021a2b3899a95b92af870580fe0 /setup.py
parent02dab46cc0b5e6d032fca9ac7b8041bcb9a54b3b (diff)
update website URL, fix package name in README
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 94ae506..e68b077 100755
--- a/setup.py
+++ b/setup.py
@@ -7,6 +7,6 @@ setup(name='nbxmpp',
description='Non blocking Jabber/XMPP module',
author='Yann Leboulanger',
author_email='asterix@lagaule.org',
- url='http://python-nbxmpp.gajim.org',
+ url='http://dev.gajim.org/gajim/python-nbxmpp',
packages=['nbxmpp'],
)