Skip to content

Commit

Permalink
Merge pull request #207 from motemen/author-songmu
Browse files Browse the repository at this point in the history
add Songmu to authors
  • Loading branch information
Songmu authored Dec 4, 2019
2 parents 05db8f1 + 884a4e9 commit 3c90e71
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@ func newApp() *cli.App {
app.Name = "ghq"
app.Usage = "Manage GitHub repository clones"
app.Version = fmt.Sprintf("%s (rev:%s)", version, revision)
app.Authors = []cli.Author{
{
Name: "motemen",
Email: "[email protected]",
},
}
app.Authors = []cli.Author{{
Name: "motemen",
Email: "[email protected]",
}, {
Name: "Songmu",
Email: "[email protected]",
}}
app.Commands = commands
return app
}

0 comments on commit 3c90e71

Please sign in to comment.