From 0c0ed3ad30216ea2a9d51586a873de1cc77737f1 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Fri, 18 Sep 2015 10:43:05 -0400 Subject: [PATCH] Update URLs to Bitbucket. --- README | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 9989472..9eec8ae 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ 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. diff --git a/setup.py b/setup.py index 4b78ee5..997acbb 100755 --- 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', - 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', -- 2.34.1