Added license field.

This commit is contained in:
Dominik Picheta 2012-12-08 12:48:46 +00:00
parent 7a6d85710a
commit 82d6e13374
2 changed files with 3 additions and 1 deletions

View File

@ -16,6 +16,7 @@ following fields:
only "git" is supported.
* tags - A list of tags describing this package.
* description - A description of this package.
* license - The license of the source code in the package.
Your packages may be removed if the url stops working. It goes without
saying that your pull request will not be accepted unless you fill out all of

View File

@ -4,6 +4,7 @@
"url": "git://github.com/dom96/jester/",
"method": "git",
"tags": ["web", "http", "framework", "dsl"],
"description": "A sinatra-like web framework for Nimrod."
"description": "A sinatra-like web framework for Nimrod.",
"license": "MIT"
}
]