diff --git a/.goxc.json b/.goxc.json index 62fa2de..f796811 100644 --- a/.goxc.json +++ b/.goxc.json @@ -9,7 +9,7 @@ }, "metadata-deb": { "Depends": "golang", - "Homepage": "https://github.com/willnorris/imageproxy" + "Homepage": "https://willnorris.com/go/imageproxy" } } }, diff --git a/imageproxy.go b/imageproxy.go index 33b1310..8f2a7d1 100644 --- a/imageproxy.go +++ b/imageproxy.go @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +// imageproxy starts an HTTP server that proxies requests for remote images. package main import ( @@ -23,7 +24,7 @@ import ( "github.com/gregjones/httpcache" "github.com/gregjones/httpcache/diskcache" - "github.com/willnorris/imageproxy/proxy" + "willnorris.com/go/imageproxy/proxy" ) // goxc values