refactor: migrate authors to dedicated file [ci skip]

This commit is contained in:
2022-02-02 20:59:38 +01:00
parent dfb32cbb68
commit 4e09f3b9a8
2 changed files with 10 additions and 10 deletions

View File

@ -163,16 +163,6 @@ func newAbraApp(version, commit string) *cli.App {
AutoCompleteCommand,
},
BashComplete: autocomplete.SubcommandComplete,
Authors: []cli.Author{
// If you're looking at this and you hack on Abra and you're not listed
// here, please do add yourself! This is a community project, let's show
// some love
{Name: "3wordchant"},
{Name: "decentral1se"},
{Name: "kawaiipunk"},
{Name: "knoflook"},
{Name: "roxxers"},
},
}
app.EnableBashCompletion = true