aboutsummaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'config.go')
-rw-r--r--config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.go b/config.go
index 1699e7f..e322da3 100644
--- a/config.go
+++ b/config.go
@@ -25,6 +25,7 @@ type Config struct {
type Package struct {
Repo string `yaml:"repo"`
Branch string `yaml:"branch"`
+ URL string `yaml:"url"`
}
// ensureAlphabetical checks that the packages are listed alphabetically in the configuration.