diff options
Diffstat (limited to 'ops/modules')
-rw-r--r-- | ops/modules/www/code.tvl.fyi.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ops/modules/www/code.tvl.fyi.nix b/ops/modules/www/code.tvl.fyi.nix index bf0e574f2656..efb4b6a8f5a2 100644 --- a/ops/modules/www/code.tvl.fyi.nix +++ b/ops/modules/www/code.tvl.fyi.nix @@ -24,8 +24,8 @@ alias ${pkgs.writeText "go-import-metadata.html" ''<html><meta name="go-import" content="code.tvl.fyi/tvix/castore-go git https://code.tvl.fyi/depot.git:/tvix/castore-go.git"></html>''}; } - location = /go-get/tvix/store/protos { - alias ${pkgs.writeText "go-import-metadata.html" ''<html><meta name="go-import" content="code.tvl.fyi/tvix/store/protos git https://code.tvl.fyi/depot.git:/tvix/store-go.git"></html>''}; + location = /go-get/tvix/store-go { + alias ${pkgs.writeText "go-import-metadata.html" ''<html><meta name="go-import" content="code.tvl.fyi/tvix/store-go git https://code.tvl.fyi/depot.git:/tvix/store-go.git"></html>''}; } location = /go-get/tvix/nar-bridge { @@ -44,9 +44,9 @@ } } - location = /tvix/store/protos { + location = /tvix/store-go { if ($args ~* "/?go-get=1") { - return 302 /go-get/tvix/store/protos; + return 302 /go-get/tvix/store-go; } } |