summaryrefslogtreecommitdiff
path: root/internal/api/model/poll.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/api/model/poll.go')
-rw-r--r--internal/api/model/poll.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/api/model/poll.go b/internal/api/model/poll.go
index 089dfc0f0..0fd8c02ea 100644
--- a/internal/api/model/poll.go
+++ b/internal/api/model/poll.go
@@ -17,7 +17,7 @@
package model
-import "github.com/superseriousbusiness/gotosocial/internal/language"
+import "code.superseriousbusiness.org/gotosocial/internal/language"
// Poll represents a poll attached to a status.
//