diff --git a/README.md b/README.md index afa9480..fd7d6e5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -[![Go Report Card](https://goreportcard.com/badge/github.com/jakoubek/feragstring)](https://goreportcard.com/report/github.com/jakoubek/feragstring) - # feragstring *feragstring* is a Go package for creating a FERAG string file programmatically. If you don't know what FERAG (the company) or a FERAG string is you probably don't need this package ;-) @@ -83,7 +81,7 @@ feragString := fs.PrintOut() ## Installation ```bash -go get -u github.com/jakoubek/feragstring +go get -u git.sr.ht/~jakoubek/feragstring ``` ## Need commercial support? diff --git a/go.mod b/go.mod index e29fa7b..ad81db9 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/jakoubek/feragstring +module git.sr.ht/~jakoubek/feragstring go 1.14