diff --git a/README.md b/README.md index 15c4bee..e3dbd61 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # jsonfeed -[![Go Report Card](https://goreportcard.com/badge/tulpa.dev/Xe/jsonfeed)](https://goreportcard.com/report/tulpa.dev/Xe/jsonfeed) +[![Go Report Card](https://goreportcard.com/badge/christine.website/jsonfeed)](https://goreportcard.com/report/christine.website/jsonfeed) [![Build Status](https://drone.tulpa.dev/api/badges/Xe/jsonfeed/status.svg)](https://drone.tulpa.dev/Xe/jsonfeed) JSONFeed support for Go diff --git a/go.mod b/go.mod index 434a8f5..376c3ab 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module tulpa.dev/Xe/jsonfeed +module christine.website/jsonfeed go 1.14