summaryrefslogtreecommitdiffhomepage
path: root/pkg/urpc/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/urpc/BUILD')
-rw-r--r--pkg/urpc/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/urpc/BUILD b/pkg/urpc/BUILD
index 0192fb35b..b7f505a84 100644
--- a/pkg/urpc/BUILD
+++ b/pkg/urpc/BUILD
@@ -5,7 +5,7 @@ package(licenses = ["notice"])
go_library(
name = "urpc",
srcs = ["urpc.go"],
- importpath = "gvisor.googlesource.com/gvisor/pkg/urpc",
+ importpath = "gvisor.dev/gvisor/pkg/urpc",
visibility = ["//:sandbox"],
deps = [
"//pkg/fd",