Commit: e6497360da36f49727e2eed52ec311b7bd2d0c56 Author: Vi Grey Date: 2024-04-29 05:46 UTC Summary: Fix repo list links CHANGELOG.txt | 6 ++++++ src/muninn.go | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 8d59419..348fbe3 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,12 @@ # Change Log All notable changes to this project will be documented in this file. +## [0.1.17] - 2024-04-29 + +### Fixed +- repo + /index.gmi instead of repo + .gmi in repository list .gmi file + + ## [0.1.16] - 2024-04-29 ### Fixed diff --git a/src/muninn.go b/src/muninn.go index 64a064e..1d7b90c 100644 --- a/src/muninn.go +++ b/src/muninn.go @@ -10,7 +10,7 @@ import ( const ( PROGRAM = "muninn" - VERSION = "0.1.16" + VERSION = "0.1.17" ) func init() { @@ -45,7 +45,7 @@ func writeGitReposGmi(repoList []repo) { for x := range repoList { repoBranches := getRepoBranches(repoList[x].path) repoTags := getRepoTags(repoList[x].path) - f.Write([]byte(fmt.Sprintf(`=> %s.gmi %s + f.Write([]byte(fmt.Sprintf(`=> %s/index.gmi %s * Description: %s * Last Commit: %s `,