summaryrefslogtreecommitdiff
path: root/internal/trans/exportminimal.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/trans/exportminimal.go')
-rw-r--r--internal/trans/exportminimal.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/trans/exportminimal.go b/internal/trans/exportminimal.go
index fea7d5af7..d57a51e69 100644
--- a/internal/trans/exportminimal.go
+++ b/internal/trans/exportminimal.go
@@ -23,7 +23,7 @@ import (
"fmt"
"os"
- "github.com/superseriousbusiness/gotosocial/internal/db"
+ "code.superseriousbusiness.org/gotosocial/internal/db"
)
func (e *exporter) ExportMinimal(ctx context.Context, path string) error {