This repository has been archived on 2026-03-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
lotus-package-manager/informations/Authors.go
2021-10-30 17:39:01 +02:00

19 lines
247 B
Go

package informations
import "github.com/urfave/cli/v2"
func GetAuthors() []*cli.Author{
return []*cli.Author {
{
Name: "netbenix",
Email: "netbenix@codenoodles.de",
},
{
Name: "virusbear",
},
{
Name: "maduut",
},
}
}