x/tools/dashboard/app: revert sub-repo path rename

We're going to keep the old paths in the dashboard until
after Go 1.4 is out the door.

TBR=bradfitz
R=bradfitz
CC=golang-codereviews
https://golang.org/cl/169240044
This commit is contained in:
Andrew Gerrand 2014-11-10 13:21:57 +11:00
parent 42bbc3ebf0
commit df7f175a64
1 changed files with 9 additions and 9 deletions

View File

@ -61,47 +61,47 @@ var goPackages = []*Package{
{ {
Kind: "subrepo", Kind: "subrepo",
Name: "go.blog", Name: "go.blog",
Path: "golang.org/x/blog", Path: "code.google.com/p/go.blog",
}, },
{ {
Kind: "subrepo", Kind: "subrepo",
Name: "go.codereview", Name: "go.codereview",
Path: "golang.org/x/codereview", Path: "code.google.com/p/go.codereview",
}, },
{ {
Kind: "subrepo", Kind: "subrepo",
Name: "go.crypto", Name: "go.crypto",
Path: "golang.org/x/crypto", Path: "code.google.com/p/go.crypto",
}, },
{ {
Kind: "subrepo", Kind: "subrepo",
Name: "go.exp", Name: "go.exp",
Path: "golang.org/x/exp", Path: "code.google.com/p/go.exp",
}, },
{ {
Kind: "subrepo", Kind: "subrepo",
Name: "go.image", Name: "go.image",
Path: "golang.org/x/image", Path: "code.google.com/p/go.image",
}, },
{ {
Kind: "subrepo", Kind: "subrepo",
Name: "go.net", Name: "go.net",
Path: "golang.org/x/net", Path: "code.google.com/p/go.net",
}, },
{ {
Kind: "subrepo", Kind: "subrepo",
Name: "go.sys", Name: "go.sys",
Path: "golang.org/x/sys", Path: "code.google.com/p/go.sys",
}, },
{ {
Kind: "subrepo", Kind: "subrepo",
Name: "go.talks", Name: "go.talks",
Path: "golang.org/x/talks", Path: "code.google.com/p/go.talks",
}, },
{ {
Kind: "subrepo", Kind: "subrepo",
Name: "go.tools", Name: "go.tools",
Path: "golang.org/x/tools", Path: "code.google.com/p/go.tools",
}, },
} }