mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-24 04:58:31 -05:00
Rebrand pkg
This commit is contained in:
@@ -13,8 +13,8 @@ func DefaultApp(app *cli.App) *cli.App {
|
||||
// author info
|
||||
app.Authors = []*cli.Author{
|
||||
{
|
||||
Name: "ownCloud GmbH",
|
||||
Email: "support@owncloud.com",
|
||||
Name: "OpenCloud GmbH",
|
||||
Email: "support@opencloud.eu",
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ nested structs, but it will not allocate new pointers to structs.
|
||||
## API
|
||||
|
||||
Full API docs are available on
|
||||
[godoc.org](https://godoc.org/github.com/owncloud/ocis/ocis-pkg/config/envdecode).
|
||||
[godoc.org](https://godoc.org/github.com/opencloud-eu/opencloud/pkg/config/envdecode).
|
||||
|
||||
Define a struct with `env` struct tags:
|
||||
|
||||
|
||||
@@ -23,10 +23,10 @@ var (
|
||||
//Date = time.Now().Format("20060102")
|
||||
Date = "dev"
|
||||
|
||||
// Legacy defines the old long 4 number ownCloud version needed for some clients
|
||||
// Legacy defines the old long 4 number OpenCloud version needed for some clients
|
||||
Legacy = "10.11.0.0"
|
||||
|
||||
// LegacyString defines the old ownCloud version needed for some clients
|
||||
// LegacyString defines the old OpenCloud version needed for some clients
|
||||
LegacyString = "10.11.0"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user