diff --git a/proto/vantage/v1/vantage.proto b/proto/vantage/v1/vantage.proto index 9cf22ec..86ad8cc 100644 --- a/proto/vantage/v1/vantage.proto +++ b/proto/vantage/v1/vantage.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package vantage.v1; -option go_package = "github.com/mrhid6/vantage/server/internal/grpc/pb"; +option go_package = "gitea.hostxtra.co.uk/mrhid6/vantage/server/internal/grpc/pb"; service Vantage { rpc Register(RegisterRequest) returns (RegisterResponse);