summaryrefslogtreecommitdiffstats
path: root/releaser/git.go
diff options
context:
space:
mode:
Diffstat (limited to 'releaser/git.go')
-rw-r--r--releaser/git.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/releaser/git.go b/releaser/git.go
index 9999636fe..9527b5113 100644
--- a/releaser/git.go
+++ b/releaser/git.go
@@ -167,8 +167,8 @@ type countribCount struct {
}
func (c countribCount) AuthorLink() string {
- if c.GitHubAuthor.HtmlURL != "" {
- return fmt.Sprintf("[@%s](%s)", c.GitHubAuthor.Login, c.GitHubAuthor.HtmlURL)
+ if c.GitHubAuthor.HTMLURL != "" {
+ return fmt.Sprintf("[@%s](%s)", c.GitHubAuthor.Login, c.GitHubAuthor.HTMLURL)
}
if !strings.Contains(c.Author, "@") {