Skip to content

Commit c154d6f

Browse files
committed
Update git urls
1 parent af5c7fb commit c154d6f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

hx-lua-simdjson-0.0.5-1.rockspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
package="hx-lua-simdjson"
22
version="0.0.5-1"
33
source = {
4-
url = "git://github.com/jdonaldson/hx-lua-simdjson",
4+
url = "git://github.com/HaxeFoundation/hx-lua-simdjson",
55
tag = "0.0.5"
66
}
77
description = {
88
summary = "This is a simple Haxe-specific Lua binding for simdjson",
99
detailed = [[
1010
This is a Haxe-specific c++ binding to simdjson for parsing JSON very quickly.
1111
]],
12-
homepage = "https://github.com/jdonaldson/hx-lua-simdjson",
12+
homepage = "https://github.com/HaxeFoundation/hx-lua-simdjson",
1313
license = "Apache-2.0"
1414
}
1515
dependencies = {

hx-lua-simdjson-scm-0.rockspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
package="hx-lua-simdjson"
22
version="scm-0"
33
source = {
4-
url = "git://github.com/jdonaldson/hx-lua-simdjson",
4+
url = "git://github.com/HaxeFoudnation/hx-lua-simdjson",
55
tag = "0.0.0"
66
}
77
description = {
88
summary = "This is a simple Haxe-specific Lua binding for simdjson",
99
detailed = [[
1010
This is a Haxe-specific c++ binding to simdjson for parsing JSON very quickly.
1111
]],
12-
homepage = "https://github.com/jdonaldson/hx-lua-simdjson",
12+
homepage = "https://github.com/HaxeFoundation/hx-lua-simdjson",
1313
license = "Apache-2.0"
1414
}
1515
dependencies = {

0 commit comments

Comments
 (0)