summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert G. Jakabosky <bobby@sharedrealm.com>2011-02-26 15:48:42 -0800
committerRobert G. Jakabosky <bobby@sharedrealm.com>2011-02-26 15:48:42 -0800
commitaea8f32bda7b1dc2be377478b887776243520eab (patch)
treed93675c2da604dcc0211a06eb6adcde4d4e4c7b2
parentbef35fcd16e9c1f17b43ed3001715d9d1af8a2a8 (diff)
downloadluagit2-aea8f32bda7b1dc2be377478b887776243520eab.tar.gz
Updated URLs for new repository.
-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",
}