summaryrefslogtreecommitdiff
path: root/internal/processing/markers/markers.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/processing/markers/markers.go')
-rw-r--r--internal/processing/markers/markers.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/processing/markers/markers.go b/internal/processing/markers/markers.go
index 8817ed1a7..18624d44c 100644
--- a/internal/processing/markers/markers.go
+++ b/internal/processing/markers/markers.go
@@ -18,8 +18,8 @@
package markers
import (
- "github.com/superseriousbusiness/gotosocial/internal/state"
- "github.com/superseriousbusiness/gotosocial/internal/typeutils"
+ "code.superseriousbusiness.org/gotosocial/internal/state"
+ "code.superseriousbusiness.org/gotosocial/internal/typeutils"
)
type Processor struct {