docs: add autonomic as author

This commit is contained in:
decentral1se 2021-09-05 00:54:36 +02:00
parent 0727223009
commit 1961cdcfee
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 6 additions and 0 deletions

View File

@ -140,6 +140,12 @@ func RunApp(version, commit string) {
DebugFlag,
internal.ContextFlag,
},
Authors: []*cli.Author{
&cli.Author{
Name: "Autonomic Co-op",
Email: "helo@autonomic.zone",
},
},
}
if err := app.Run(os.Args); err != nil {