all repos — elgit @ 5ae6e6b8ba5bad8b7a981ac0db5f3974806be935

fork of legit: web frontend for git, written in go

rename to elgit

Alan Pearce
commit

5ae6e6b8ba5bad8b7a981ac0db5f3974806be935

parent

8ed87caffe08bcd6487a7d585763d05d91634f44

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M routes/routes.goroutes/routes.go
@@ -13,12 +13,12 @@ "strconv"
"strings" "time" - "git.icyphox.sh/legit/config" - "git.icyphox.sh/legit/git" securejoin "github.com/cyphar/filepath-securejoin" "github.com/dustin/go-humanize" "github.com/microcosm-cc/bluemonday" "github.com/russross/blackfriday/v2" + "go.alanpearce.eu/elgit/config" + "go.alanpearce.eu/elgit/git" ) type deps struct {