| Updating git clone URI. - staticgit - A git static site generator, the site you… | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit 11bae29a0c9f1f05ac138f5c0a8fea6c54fcd968 | |
| parent e3b9e35e373c00b591b8907ce7d7c1d3d7d2ce71 | |
| Author: Jay Scott <[email protected]> | |
| 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(-) | |
| --- | |
| 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 [email protected]:" + name, | |
| + Title: "git clone git://jay.scot/" + name, | |
| ReadmeContent: readme, | |
| Files: fs, | |
| Commits: cs, |