aboutsummaryrefslogtreecommitdiff
path: root/human.go
diff options
context:
space:
mode:
Diffstat (limited to 'human.go')
-rw-r--r--human.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/human.go b/human.go
index 796d970..2063261 100644
--- a/human.go
+++ b/human.go
@@ -110,7 +110,7 @@ func (v *Vouch) MarshalJSON() ([]byte, error) {
// Human represents the human.json file.
type Human struct {
- Version string `json:"string"`
+ Version string `json:"version"`
URL *URL `json:"url"`
Vouches []*Vouch `json:"vouches"`
}