aboutsummaryrefslogtreecommitdiff
path: root/human.go
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2026-03-16 13:58:21 +0100
committerAnhgelus Morhtuuzh <william@herges.fr>2026-03-16 13:58:21 +0100
commita75ea9362403a4d9da13bca2e3c1a44814723f0b (patch)
treee314efdf03a05f0e202d027d784eb2d677c8d824 /human.go
parentd9b66eb7a9a9135462e490e46244dcd1b71c7293 (diff)
feat(html): retrieve human from http response
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"`
}