From 21418d4f6ebad64e0039a50bbbd6ff2f9058688c Mon Sep 17 00:00:00 2001
From: Tamas Gal <tgal@km3net.de>
Date: Fri, 17 Jul 2020 12:21:46 +0200
Subject: [PATCH] Fix Git URL

---
 cookiecutter.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cookiecutter.json b/cookiecutter.json
index 7e0bedf..f36158b 100755
--- a/cookiecutter.json
+++ b/cookiecutter.json
@@ -6,7 +6,7 @@
     "version": "0.1.0",
     "description": "The {{ cookiecutter.project_name }} project",
     "gitlab_username": "{{cookiecutter.email.split('@')[0]}}",
-    "gitlab_repo_path": "https://git.km3net.de/{{ cookiecutter.gitlab_username + '/' + cookiecutter.project_slug }}.git",
+    "gitlab_repo_path": "https://git.km3net.de/{{ cookiecutter.gitlab_username + '/' + cookiecutter.project_slug }}",
     "_extensions": ["jinja2_time.TimeExtension"],
     "_test": "{% print('hello') %}"
 }
-- 
GitLab