Commit Diff


commit - 8c9a7c8d7976b40024289b119c2adb9fd5b730bd
commit + 41b807578093c8c148b4d78e2087dd9d56a470f1
blob - 7d5b1eba8830cb5ee612657f8b8594cbb97d195d
blob + 96e13d77cb45f6ce16d1997a0cbc934047399197
--- README.md
+++ README.md
@@ -2,7 +2,7 @@
 
 [![GoDoc](https://godoc.org/git.omarpolo.com/acmetag?status.svg)](https://godoc.org/git.omarpolo.com/acmetag)
 
-	go get git.omarpolo.com/acmetag
+	go get go.omarpolo.com/acmetag
 
 `acmetag` is a tool to programmatically interact with `acme(1)` tag
 bar.  It provides two flag:
blob - 51239991c4683369e4f307a80b19cb6c14b14f4e
blob + edbfb2cb664304c2e9d25ca5a69a25b072b0fdac
--- go.mod
+++ go.mod
@@ -1,4 +1,4 @@
-module git.omarpolo.com/acmetag
+module go.omarpolo.com/acmetag
 
 go 1.13