Commit f9b41a6600f35f36ba5381f355355c303bd05df1

Patrick Steinhardt 2020-01-30T10:30:12

Merge pull request #5371 from ayush-1506/julia_link Update link to libgit2 Julia language binding

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/README.md b/README.md
index 5327c45..9dafffe 100644
--- a/README.md
+++ b/README.md
@@ -331,7 +331,7 @@ Here are the bindings to libgit2 that are currently available:
 * Java
     * Jagged <https://github.com/ethomson/jagged>
 * Julia
-    * LibGit2.jl <https://github.com/jakebolewski/LibGit2.jl>
+    * LibGit2.jl <https://github.com/JuliaLang/julia/tree/master/stdlib/LibGit2>
 * Lua
     * luagit2 <https://github.com/libgit2/luagit2>
 * .NET