diff --git a/poly1305-1.0-1.rockspec b/poly1305-1.0-1.rockspec index 7cc5c78..fb01e22 100644 --- a/poly1305-1.0-1.rockspec +++ b/poly1305-1.0-1.rockspec @@ -9,7 +9,7 @@ source = { description = { summary = "C binding for https://github.com/floodyberry/poly1305-donna", homepage = "http://github.com/tock203/poly1305-donna", - license = "MIT", + license = "MIT" } dependencies = {"lua == 5.2"} diff --git a/poly1305-scm-1.rockspec b/poly1305-scm-1.rockspec index 88b78fa..5fef6b9 100644 --- a/poly1305-scm-1.rockspec +++ b/poly1305-scm-1.rockspec @@ -2,13 +2,13 @@ package = "poly1305" version = "scm-1" source = { - url = "git://github.com/tock203/poly1305.git", + url = "git://github.com/tock203/poly1305.git" } description = { summary = "C binding for https://github.com/floodyberry/poly1305-donna", homepage = "http://github.com/tock203/poly1305-donna", - license = "MIT", + license = "MIT" } dependencies = {"lua == 5.2"}