- commit
- 90dd920e85e8208caef5fb79439fa3b6d1881d66
- parent
- f21c2ad3aee266eb27bd7b1b428f7c7f40320b2b
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2020-03-28 10:22
set own server for cloneurl
Diffstat
M | src/config.h | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
@@ -1,6 +1,6 @@ 1 1 static const char *logo = ""; 2 2 static const char *favicon = ""; 3 3 static const char *stylesheet = "/style.css";4 -1 static const char *cloneurl = "git://git.example.com/";-1 4 static const char *cloneurl = "git://ce9e.org/"; 5 5 static char *readmefiles[] = { "HEAD:README", "HEAD:README.md", "HEAD:README.rst" }; 6 6 static int force_commits = 0;