change module name

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2025-01-13 09:58:18 +01:00
parent 6cae0ba8f1
commit 8e028f17e9
995 changed files with 3044 additions and 3044 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"strings"
"text/template"
"github.com/owncloud/ocis/v2/ocis-pkg/l10n"
"github.com/opencloud-eu/opencloud/ocis-pkg/l10n"
)
var (
+1 -1
View File
@@ -15,7 +15,7 @@ import (
"strings"
"syscall"
"github.com/owncloud/ocis/v2/services/notifications/pkg/channels"
"github.com/opencloud-eu/opencloud/services/notifications/pkg/channels"
)
var (
@@ -1,6 +1,6 @@
package email
import "github.com/owncloud/ocis/v2/ocis-pkg/l10n"
import "github.com/opencloud-eu/opencloud/ocis-pkg/l10n"
const (
_textTemplate = "templates/text/email.text.tmpl"