From 3c54ac92e9bde85ee2b6a9a42415b9cb53c4ca60 Mon Sep 17 00:00:00 2001 From: mrhid6 Date: Tue, 28 Jul 2026 10:01:40 +0100 Subject: [PATCH] feat: Updated package path to match repo --- proto/vantage/v1/vantage.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);