Skip to content

Commit e49b496

Browse files
committed
rockspec: Fix directory name
1 parent 7d97ab0 commit e49b496

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

luatz-0.4-0.rockspec renamed to luatz-0.4-1.rockspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package = "luatz"
2-
version = "0.4-0"
2+
version = "0.4-1"
33

44
description = {
55
summary = "library for time and date manipulation.";
@@ -23,7 +23,7 @@ dependencies = {
2323

2424
source = {
2525
url = "https://github.com/daurnimator/luatz/archive/v0.4.tar.gz";
26-
dir = "luatz-0.4-0";
26+
dir = "luatz-0.4";
2727
}
2828

2929
build = {

0 commit comments

Comments
 (0)