Update URLs to Bitbucket.
authorUnit 193 <unit193@ubuntu.com>
Fri, 18 Sep 2015 14:43:05 +0000 (10:43 -0400)
committerUnit 193 <unit193@ubuntu.com>
Fri, 18 Sep 2015 14:43:05 +0000 (10:43 -0400)
README
setup.py

diff --git a/README b/README
index 99894726362a554eac01c5c20885c4bd09dc716f..9eec8aec60de1a00d853ce62ac51263aee824fd1 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 This is a bzr plugin for sending notifications to irker
 This is a bzr plugin for sending notifications to irker
-(https://gitorious.org/irker)
+(https://bitbucket.org/drnlm/bzr-irker-plugin)
 
 It's based off bzr-email, with a bunch of stuff stolen from the bzr-cia
 plugin.
 
 It's based off bzr-email, with a bunch of stuff stolen from the bzr-cia
 plugin.
index 4b78ee576ed0ac383e256a2695cd89d601c98dc5..997acbb7c5a7ca23d7e6bd36c869d0ee6f806691 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -7,8 +7,8 @@ if __name__ == '__main__':
       description='Irker plugin for Bazaar',
       keywords='plugin bzr irker',
       version='0.0.1',
       description='Irker plugin for Bazaar',
       keywords='plugin bzr irker',
       version='0.0.1',
-      url='www.ctpug.org.za',
-      download_url='git@ctpug.org.za:bzrirker',
+      url='https://bitbucket.org/drnlm/bzr-irker-plugin',
+      download_url='https://bitbucket.org/drnlm/bzr-irker-plugin/downloads',
       license='GPL',
       author='Neil Muller',
       author_email='drnlmuller+irker@gmail.com',
       license='GPL',
       author='Neil Muller',
       author_email='drnlmuller+irker@gmail.com',