From 6e8fbc830a28cdca26da1dec583657706b84702f Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Tue, 17 Oct 2023 21:10:38 +0100 Subject: chore(tvix/castore-go): rename go module `code.tvl.fyi/tvix/castore/protos` now points to a directory that only contains the `.proto` files, while all golang tooling and .pb.go files live in tvix/castore-go. As discussed in https://cl.tvl.fyi/c/depot/+/9787/comment/fc5d155c_1bd38e3a/, the amount of people currently using this is still small, so rename the go.mod now, while it doesn't yet hurt. Change-Id: Ib3c6a2dac2923b3806ebb05be00af66d0da9f698 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9791 Reviewed-by: Connor Brewster Tested-by: BuildkiteCI Autosubmit: flokli --- ops/modules/www/code.tvl.fyi.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ops') diff --git a/ops/modules/www/code.tvl.fyi.nix b/ops/modules/www/code.tvl.fyi.nix index b64f8f8cef..bf0e574f26 100644 --- a/ops/modules/www/code.tvl.fyi.nix +++ b/ops/modules/www/code.tvl.fyi.nix @@ -20,8 +20,8 @@ alias ${depot.tvix.docs.svg}/component-flow.svg; } - location = /go-get/tvix/castore/protos { - alias ${pkgs.writeText "go-import-metadata.html" ''''}; + location = /go-get/tvix/castore-go { + alias ${pkgs.writeText "go-import-metadata.html" ''''}; } location = /go-get/tvix/store/protos { @@ -38,9 +38,9 @@ } } - location = /tvix/castore/protos { + location = /tvix/castore-go { if ($args ~* "/?go-get=1") { - return 302 /go-get/tvix/castore/protos; + return 302 /go-get/tvix/castore-go; } } -- cgit 1.4.1