relocate package to willnorris.com/go/imageproxy

This commit is contained in:
Will Norris 2014-06-29 14:33:56 -07:00
parent a19264897d
commit 919fdfbb78
2 changed files with 3 additions and 2 deletions

View file

@ -9,7 +9,7 @@
}, },
"metadata-deb": { "metadata-deb": {
"Depends": "golang", "Depends": "golang",
"Homepage": "https://github.com/willnorris/imageproxy" "Homepage": "https://willnorris.com/go/imageproxy"
} }
} }
}, },

View file

@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
// imageproxy starts an HTTP server that proxies requests for remote images.
package main package main
import ( import (
@ -23,7 +24,7 @@ import (
"github.com/gregjones/httpcache" "github.com/gregjones/httpcache"
"github.com/gregjones/httpcache/diskcache" "github.com/gregjones/httpcache/diskcache"
"github.com/willnorris/imageproxy/proxy" "willnorris.com/go/imageproxy/proxy"
) )
// goxc values // goxc values