fixing rocks urls

This commit is contained in:
Vadim A. Misbakh-Soloviov 2017-04-09 01:49:51 +07:00
parent b6b01c29e7
commit 2c5b1d1689
No known key found for this signature in database
GPG Key ID: 26503D349B3B334B
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
package = "htmlparser" package = "htmlparser"
version = "0.3.2-2" version = "0.3.2-2"
source = { source = {
url = "git://github.com/wscherphof/lua-htmlparser.git", url = "https://github.com/msva/lua-htmlparser",
branch = "v0.3.2" branch = "v0.3.2"
} }
description = { description = {
@ -9,7 +9,7 @@ description = {
detailed = [[ detailed = [[
Call parse() to build up a tree of element nodes. Each node in the tree, including the root node that is returned by parse(), supports a basic set of jQuery-like selectors. Or you could walk the tree by hand. Call parse() to build up a tree of element nodes. Each node in the tree, including the root node that is returned by parse(), supports a basic set of jQuery-like selectors. Or you could walk the tree by hand.
]], ]],
homepage = "http://wscherphof.github.io/lua-htmlparser/", homepage = "http://msva.github.io/lua-htmlparser/",
license = "LGPL+" license = "LGPL+"
} }
dependencies = { dependencies = {

View File

@ -1,7 +1,7 @@
package = "htmlparser" package = "htmlparser"
version = "scm-0" version = "scm-0"
source = { source = {
url = "git://github.com/wscherphof/lua-htmlparser.git", url = "https://github.com/msva/lua-htmlparser",
branch = "master" branch = "master"
} }
description = { description = {