1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-05 10:07:22 +00:00

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"