diff --git a/htmlparser-0.2-1.rockspec b/htmlparser-0.2-1.rockspec
index d602559..36ab18a 100644
--- a/htmlparser-0.2-1.rockspec
+++ b/htmlparser-0.2-1.rockspec
@@ -10,7 +10,7 @@ description = {
Call parse() to build up a tree of element nodes. Each node in the tree, including the root node that is returned by parse(), supports a basic set of jQuery-like selectors. Or you could walk the tree by hand.
]],
homepage = "http://wscherphof.github.io/lua-htmlparser/",
- license = "MIT"
+ license = "LGPL+"
}
dependencies = {
"lua >= 5.2",