Updating git clone URI. - staticgit - A git static site generator, the site you are viewing now!
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit 11bae29a0c9f1f05ac138f5c0a8fea6c54fcd968
 (DIR) parent e3b9e35e373c00b591b8907ce7d7c1d3d7d2ce71
 (HTM) Author: Jay Scott <me@jay.scot>
       Date:   Wed, 17 Jul 2024 18:41:10 +0100
       
       Updating git clone URI.
       
       Diffstat:
         M main.go                             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/main.go b/main.go
       @@ -204,7 +204,7 @@ func genRepo(name, path, out string) error {
                        Files         []string
                        Commits       []Commit
                }{
       -                Title:         "git clone git@git.jay.scot:" + name,
       +                Title:         "git clone git://jay.scot/" + name,
                        ReadmeContent: readme,
                        Files:         fs,
                        Commits:       cs,