summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rwxr-xr-xlua-git2-scm-0.rockspec4
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3c76c09..967ddea 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ Installing
### Install lua-git2:
- curl -O "https://github.com/Neopallium/luagit2/raw/master/lua-git2-scm-0.rockspec"
+ curl -O "https://github.com/libgit2/luagit2/raw/master/lua-git2-scm-0.rockspec"
luarocks install lua-git2-scm-0.rockspec
diff --git a/lua-git2-scm-0.rockspec b/lua-git2-scm-0.rockspec
index f892270..a78064d 100755
--- a/lua-git2-scm-0.rockspec
+++ b/lua-git2-scm-0.rockspec
@@ -3,12 +3,12 @@
package = 'lua-git2'
version = 'scm-0'
source = {
- url = 'git://github.com/Neopallium/luagit2.git'
+ url = 'git://github.com/libgit2/luagit2.git'
}
description = {
summary = "LibGit2 bindings for Lua.",
detailed = '',
- homepage = 'https://github.com/Neopallium/luagit2',
+ homepage = 'https://github.com/libgit2/luagit2',
license = 'MIT',
maintainer = "Robert G. Jakabosky",
}