aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md1
-rw-r--r--packages.json3
2 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index bbf0874..341a60e 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/packages.json b/packages.json
index dcb7223..c8c8feb 100644
--- a/packages.json
+++ b/packages.json
@@ -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"
}
] \ No newline at end of file