From 919fdfbb78232d56fcf6c3e70d2da6aa85d1442c Mon Sep 17 00:00:00 2001 From: Will Norris Date: Sun, 29 Jun 2014 14:33:56 -0700 Subject: [PATCH] relocate package to willnorris.com/go/imageproxy --- .goxc.json | 2 +- imageproxy.go | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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