0
Fork 0
mirror of https://github.com/willnorris/imageproxy.git synced 2024-12-16 21:56:43 -05:00

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": {
"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
// 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