about summary refs log tree commit diff
path: root/tvix/castore/protos/castore.proto
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/castore/protos/castore.proto')
-rw-r--r--tvix/castore/protos/castore.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/castore/protos/castore.proto b/tvix/castore/protos/castore.proto
index d99df43857..34885964f0 100644
--- a/tvix/castore/protos/castore.proto
+++ b/tvix/castore/protos/castore.proto
@@ -5,7 +5,7 @@ syntax = "proto3";
 
 package tvix.castore.v1;
 
-option go_package = "code.tvl.fyi/tvix/castore/protos;castorev1";
+option go_package = "code.tvl.fyi/tvix/castore-go;castorev1";
 
 // A Directory can contain Directory, File or Symlink nodes.
 // Each of these nodes have a name attribute, which is the basename in that directory