remove references to charm fork

This commit is contained in:
2023-01-31 00:40:21 -08:00
parent f17cc5e1d5
commit 90c0803638
9 changed files with 116 additions and 33 deletions

View File

@@ -14,7 +14,11 @@ type Repo git.Repository
func main() {
year := time.Now().Year() - 1
authors := []string{"Groot"}
gfreq, err := commits.FrequencyChan(year, authors)
mr, err := commits.GetMRRepos()
if err != nil {
panic(err)
}
gfreq, err := mr.FrequencyChan(year, authors)
if err != nil {
panic(err)
}