diff --git a/core/core.go b/core/core.go index ac7a7586b..cf9d5e0e6 100644 --- a/core/core.go +++ b/core/core.go @@ -14,10 +14,10 @@ import ( "github.com/owncast/owncast/core/webhooks" "github.com/owncast/owncast/models" "github.com/owncast/owncast/services/notifications" + "github.com/owncast/owncast/services/yp" "github.com/owncast/owncast/utils" "github.com/owncast/owncast/video/rtmp" "github.com/owncast/owncast/video/transcoder" - "github.com/owncast/owncast/yp" ) var ( diff --git a/yp/README.md b/services/yp/README.md similarity index 100% rename from yp/README.md rename to services/yp/README.md diff --git a/yp/yp.go b/services/yp/yp.go similarity index 100% rename from yp/yp.go rename to services/yp/yp.go