refactor: migrate authors to dedicated file [ci skip]

This commit is contained in:
decentral1se 2022-02-02 20:59:38 +01:00
parent dfb32cbb68
commit 4e09f3b9a8
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
2 changed files with 10 additions and 10 deletions

10
AUTHORS.md Normal file
View File

@ -0,0 +1,10 @@
# authors
> 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
- 3wordchant
- decentral1se
- kawaiipunk
- knoflook
- roxxers

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