diff options
| author | Hisham Muhammad <hisham@gobolinux.org> | 2024-03-11 13:22:27 -0300 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2024-03-11 19:46:57 +0000 |
| commit | 2084c07d7c7109db6348953544f33144fba4562b (patch) | |
| tree | 048d9864f26dafd560868320041a51d3c2cedb1c /binary | |
| parent | a59747ce4e0379fb696d882aac2869e2c5b026a1 (diff) | |
| download | luarocks-2084c07d7c7109db6348953544f33144fba4562b.tar.gz luarocks-2084c07d7c7109db6348953544f33144fba4562b.tar.bz2 luarocks-2084c07d7c7109db6348953544f33144fba4562b.zip | |
binary: fix public URL for lua-bz2
Diffstat (limited to 'binary')
| -rw-r--r-- | binary/lua-bz2-0.2.1-1.rockspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binary/lua-bz2-0.2.1-1.rockspec b/binary/lua-bz2-0.2.1-1.rockspec index d5a73778..ec582b44 100644 --- a/binary/lua-bz2-0.2.1-1.rockspec +++ b/binary/lua-bz2-0.2.1-1.rockspec | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | package = "lua-bz2" | 1 | package = "lua-bz2" |
| 2 | version = "0.2.1-1" | 2 | version = "0.2.1-1" |
| 3 | source = { | 3 | source = { |
| 4 | url = "git+ssh://git@github.com/hishamhm/lua-bz2.git", | 4 | url = "git+https://github.com/hishamhm/lua-bz2.git", |
| 5 | tag = "0.2.1", | 5 | tag = "0.2.1", |
| 6 | } | 6 | } |
| 7 | description = { | 7 | description = { |
