File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ import (
35
35
)
36
36
37
37
// Package parameters
38
- githubRepositoryPath : * (URLPath & {#url : githubRepositoryURL , _ }) | string
38
+ githubRepositoryPath : * (URLPath & {#url : githubRepositoryURL , _ }) | string
39
39
githubRepositoryURL : * (" https://github.com/ " + githubRepositoryPath ) | string
40
40
gerritHubHostname : " review.gerrithub.io "
41
41
gerritHubRepositoryURL : * (" https://\(gerritHubHostname )/a/ " + githubRepositoryPath ) | string
@@ -67,7 +67,7 @@ codeReview: #codeReview & {
67
67
// Define some shared keys and human-readable names.
68
68
//
69
69
// trybot.key and unity.key are shared with
70
- // github.com/cue-sh/ tools/cmd/cueckoo. The keys are used across various CUE
70
+ // github.com/cue-lang/contrib- tools/cmd/cueckoo. The keys are used across various CUE
71
71
// workflows and their consistency in those various locations is therefore
72
72
// crucial. As such, we assert specific values for the keys here rather than
73
73
// just deriving values from the human-readable names.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
10
10
// #codeReview defines the schema of a codereview.cfg file that
11
11
// sits at the root of a repository. codereview.cfg is the configuration
12
12
// file that drives golang.org/x/review/git-codereview. This config
13
- // file is also used by github.com/cue-sh/ tools/cmd/cueckoo.
13
+ // file is also used by github.com/cue-lang/contrib- tools/cmd/cueckoo.
14
14
#codeReview : {
15
15
gerrit ?: string
16
16
github ?: string
You can’t perform that action at this time.
0 commit comments