aboutsummaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'config.go')
-rw-r--r--config.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.go b/config.go
index d562154..57b5dcd 100644
--- a/config.go
+++ b/config.go
@@ -26,6 +26,8 @@ type Package struct {
Repo string `yaml:"repo"`
Branch string `yaml:"branch"`
URL string `yaml:"url"`
+
+ Desc string `yaml:"description"` // plain text only
}
// Parse takes a path to a yaml file and produces a parsed Config