Use proper url for libravatar dep

This commit is contained in:
Sandro Santilli 2016-11-02 18:18:04 +01:00
parent 6bcff7828f
commit d59a48a255
4 changed files with 4 additions and 4 deletions

View file

@ -21,7 +21,7 @@ import (
_ "github.com/go-macaron/cache/redis"
"github.com/go-macaron/session"
_ "github.com/go-macaron/session/redis"
"github.com/strk/go-libravatar"
"strk.kbt.io/projects/go/libravatar"
"gopkg.in/ini.v1"
"github.com/gogits/gogs/modules/bindata"