changeset 697:15d304a1b54b

Fix url in setup.py
author Neil Muller <drnlmuller@gmail.com>
date Tue, 17 Mar 2020 22:37:42 +0200
parents 5bba86df5860
children 020e73192fe2
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Fri Oct 18 15:41:37 2019 -0700
+++ b/setup.py	Tue Mar 17 22:37:42 2020 +0200
@@ -40,7 +40,7 @@
     maintainer_email="ctpug@googlegroups.com",
 
     url="http://ctpug.org.za/",
-    download_url="https://ctpug.org.za/hg/nagslang/",
+    download_url="https://hg.ctpug.org.za/nagslang/",
 
     license="MIT",