diff options
Diffstat (limited to 'internal/db/rule.go')
| -rw-r--r-- | internal/db/rule.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/db/rule.go b/internal/db/rule.go index 651b8bced..eea6d4903 100644 --- a/internal/db/rule.go +++ b/internal/db/rule.go @@ -20,7 +20,7 @@ package db import ( "context" - "github.com/superseriousbusiness/gotosocial/internal/gtsmodel" + "code.superseriousbusiness.org/gotosocial/internal/gtsmodel" ) // Rule handles getting/creation/deletion/updating of instance rules. |
