summaryrefslogtreecommitdiff
path: root/internal/trans/exporter.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/trans/exporter.go')
-rw-r--r--internal/trans/exporter.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/trans/exporter.go b/internal/trans/exporter.go
index 54ed3cb37..09a502f08 100644
--- a/internal/trans/exporter.go
+++ b/internal/trans/exporter.go
@@ -20,7 +20,7 @@ package trans
import (
"context"
- "github.com/superseriousbusiness/gotosocial/internal/db"
+ "code.superseriousbusiness.org/gotosocial/internal/db"
)
// Exporter wraps functionality for exporting entries from the database to a file.