From 6a03ff667a05716ff06643c1e57b313b1a498e8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20=C4=90=E1=BB=A9c=20Chi=E1=BA=BFn?= Date: Sat, 5 Dec 2020 01:06:01 +0700 Subject: [PATCH] Update link go-git (#3372) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d6cadac..009e5673 100644 --- a/README.md +++ b/README.md @@ -2089,7 +2089,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [gh](https://github.com/rjeczalik/gh) - Scriptable server and net/http middleware for GitHub Webhooks. * [git2go](https://github.com/libgit2/git2go) - Go bindings for libgit2. -* [go-git](https://github.com/src-d/go-git) - highly extensible Git implementation in pure Go. +* [go-git](https://github.com/go-git/go-git) - highly extensible Git implementation in pure Go. * [go-vcs](https://github.com/sourcegraph/go-vcs) - manipulate and inspect VCS repositories in Go. * [hercules](https://github.com/src-d/hercules) - gaining advanced insights from Git repository history. * [hgo](https://github.com/beyang/hgo) - Hgo is a collection of Go packages providing read-access to local Mercurial repositories.