diff options
author | Viktor Szakats <commit@vszakats.net> | 2019-09-02 20:40:09 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2019-09-07 04:22:54 (GMT) |
commit | 0891088495b8302722b31d1d6916f64c46e53c0c (patch) | |
tree | 6a12f1b7556a6672c2e4057bcd8e0c0c4d75a790 /plugins/luarocks | |
parent | 552899063bae97245cc4d5a6063edf939089532b (diff) | |
download | mxe-0891088495b8302722b31d1d6916f64c46e53c0c.zip mxe-0891088495b8302722b31d1d6916f64c46e53c0c.tar.gz mxe-0891088495b8302722b31d1d6916f64c46e53c0c.tar.bz2 |
secure/fix/update URLs
Diffstat (limited to 'plugins/luarocks')
-rw-r--r-- | plugins/luarocks/lpeg.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/luarocks/lpeg.mk b/plugins/luarocks/lpeg.mk index 00bd4d3..74b1434 100644 --- a/plugins/luarocks/lpeg.mk +++ b/plugins/luarocks/lpeg.mk @@ -1,7 +1,7 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := lpeg -$(PKG)_WEBSITE := http://www.inf.puc-rio.br/~roberto/lpeg/lpeg.html +$(PKG)_WEBSITE := http://www.inf.puc-rio.br/~roberto/lpeg/ $(PKG)_OWNER := https://github.com/starius $(PKG)_IGNORE := $(PKG)_VERSION := 1.0.1 |