aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com')
-rw-r--r--vendor/github.com/Xe/jsonfeed/jsonfeed.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/Xe/jsonfeed/jsonfeed.go b/vendor/github.com/Xe/jsonfeed/jsonfeed.go
index e9fa0f2..d3af9d1 100644
--- a/vendor/github.com/Xe/jsonfeed/jsonfeed.go
+++ b/vendor/github.com/Xe/jsonfeed/jsonfeed.go
@@ -181,7 +181,7 @@ type Feed struct {
// required for Feeds on the public web.
//
// This field is strongly reccomended, but not required.
- FeedURL string `json:"Feed_url,omitempty"`
+ FeedURL string `json:"feed_url,omitempty"`
// Description provides more detail, beyond the title, on what the Feed
// is about. A Feed reader may display this text.