refactor: rename to vanity url

This commit is contained in:
2023-02-26 22:33:01 -07:00
parent 3f3ea4439c
commit 0621e2e815
60 changed files with 214 additions and 217 deletions

View File

@@ -11,8 +11,8 @@ import (
"testing"
"github.com/matryer/is"
"github.com/sour-is/ev/app/webfinger"
"github.com/sour-is/ev/pkg/service"
"go.sour.is/ev/app/webfinger"
"go.sour.is/ev/pkg/service"
"golang.org/x/sync/errgroup"
)