summaryrefslogtreecommitdiff
path: root/roles/cgit/files
diff options
context:
space:
mode:
Diffstat (limited to 'roles/cgit/files')
-rw-r--r--roles/cgit/files/cgitrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/roles/cgit/files/cgitrc b/roles/cgit/files/cgitrc
index 775b8a9..53bd273 100644
--- a/roles/cgit/files/cgitrc
+++ b/roles/cgit/files/cgitrc
@@ -37,17 +37,17 @@ virtual-root=/
# List of repositories. This is explicit list instead of scan-path to allow
# private repositories.
-# Blog
+# Blog.
repo.url=blog.git
repo.path=/srv/git/blog.git
repo.desc=Code and content for blog.ilvokhin.com.
-# Home
+# Home.
repo.url=home.git
repo.path=/srv/git/home.git
repo.desc=Code for ilvokhin.com.
-# Infra
+# Infra.
repo.url=infra.git
repo.path=/srv/git/infra.git
repo.desc=Ansible playbooks for personal infrastructure.