diff options
Diffstat (limited to 'internal/cache/timeline.go')
| -rw-r--r-- | internal/cache/timeline.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/cache/timeline.go b/internal/cache/timeline.go index 3e6a68558..1709751da 100644 --- a/internal/cache/timeline.go +++ b/internal/cache/timeline.go @@ -18,8 +18,8 @@ package cache import ( - "github.com/superseriousbusiness/gotosocial/internal/cache/timeline" - "github.com/superseriousbusiness/gotosocial/internal/log" + "code.superseriousbusiness.org/gotosocial/internal/cache/timeline" + "code.superseriousbusiness.org/gotosocial/internal/log" ) type TimelineCaches struct { |
