From ab10266bff8d3dea1655e5f98a932efa2474bdb6 Mon Sep 17 00:00:00 2001 From: Daenney Date: Sat, 26 Apr 2025 15:34:10 +0200 Subject: [feature] Move to code.superseriousbusiness.org --- internal/trans/decoders.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/trans/decoders.go') diff --git a/internal/trans/decoders.go b/internal/trans/decoders.go index 6187e43fa..ae374fd9c 100644 --- a/internal/trans/decoders.go +++ b/internal/trans/decoders.go @@ -24,8 +24,8 @@ import ( "fmt" "time" + transmodel "code.superseriousbusiness.org/gotosocial/internal/trans/model" "github.com/mitchellh/mapstructure" - transmodel "github.com/superseriousbusiness/gotosocial/internal/trans/model" ) func newDecoder(target interface{}) (*mapstructure.Decoder, error) { -- cgit v1.2.3