From 2c5b1d1689a9630a697db6a4e000b518855de773 Mon Sep 17 00:00:00 2001 From: "Vadim A. Misbakh-Soloviov" Date: Sun, 9 Apr 2017 01:49:51 +0700 Subject: [PATCH] fixing rocks urls --- htmlparser-0.3.2-2.rockspec | 4 ++-- htmlparser-scm-0.rockspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/htmlparser-0.3.2-2.rockspec b/htmlparser-0.3.2-2.rockspec index 84e6cc6..07d15d4 100644 --- a/htmlparser-0.3.2-2.rockspec +++ b/htmlparser-0.3.2-2.rockspec @@ -1,7 +1,7 @@ package = "htmlparser" version = "0.3.2-2" source = { - url = "git://github.com/wscherphof/lua-htmlparser.git", + url = "https://github.com/msva/lua-htmlparser", branch = "v0.3.2" } description = { @@ -9,7 +9,7 @@ description = { 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. ]], - homepage = "http://wscherphof.github.io/lua-htmlparser/", + homepage = "http://msva.github.io/lua-htmlparser/", license = "LGPL+" } dependencies = { diff --git a/htmlparser-scm-0.rockspec b/htmlparser-scm-0.rockspec index 8815b05..920c34e 100644 --- a/htmlparser-scm-0.rockspec +++ b/htmlparser-scm-0.rockspec @@ -1,7 +1,7 @@ package = "htmlparser" version = "scm-0" source = { - url = "git://github.com/wscherphof/lua-htmlparser.git", + url = "https://github.com/msva/lua-htmlparser", branch = "master" } description = {