summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpatches/replicant_prepare_patch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/replicant_prepare_patch.py b/patches/replicant_prepare_patch.py
index d42ddb5..49efcac 100755
--- a/patches/replicant_prepare_patch.py
+++ b/patches/replicant_prepare_patch.py
@@ -151,7 +151,7 @@ def generate_patches(config, git_revision, nr_patches, patches_revision):
def generate_cover_mail_text(config, commit, repo):
- cgit_url = 'https://git.replicant.us/'
+ cgit_url = 'https://git.replicant.us'
web_url = '{base}/contrib/{user}/{repo}/commit/?id={commit}'.format(
base=cgit_url, user=config['project']['username'], repo=repo,