diff --git a/cmd/gothub/root.go b/cmd/gothub/root.go index f46160c..496a4ab 100644 --- a/cmd/gothub/root.go +++ b/cmd/gothub/root.go @@ -10,7 +10,7 @@ import ( var rootCmd = &cobra.Command{ Use: "gothub", Short: "An alternative front-end for GitHub.", - Long: `An alternative front-end for GitHub written in Go Fiber.`, + Long: `An alternative front-end for GitHub, maintained by Odyssey346, Midou36O and Arya.`, Run: func(cmd *cobra.Command, args []string) { cmd.Help() },