summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-01-15 12:39:15 +0100
committerGuido Günther <agx@sigxcpu.org>2017-01-15 12:39:15 +0100
commit38a334e4556798acbd898283dd78a3c5a1665a85 (patch)
tree6fa8451fdf30e33c2fe0cfd1b9b3f200a13ba2f7
parent8b4a0eafcdabf2dc463ffa80e1593722f6ad6779 (diff)
Use https URLs for clones
-rw-r--r--templates/honk_git2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/honk_git b/templates/honk_git
index 0968a03..90bd7b2 100644
--- a/templates/honk_git
+++ b/templates/honk_git
@@ -1,6 +1,6 @@
### Source Code
The source code is available via:
- git clone git://honk.sigxcpu.org/git/<TMPL_VAR repo>.git
+ git clone https://git.sigxcpu.org/cgit/<TMPL_VAR repo>
and can be browsed [here](https://git.sigxcpu.org/cgit/<TMPL_VAR repo>).