0
0
forked from toolshed/abra

docs: add autonomic as author

This commit is contained in:
2021-09-05 00:54:36 +02:00
parent 0727223009
commit 1961cdcfee

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 {