aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2012-12-08 12:48:46 +0000
committerDominik Picheta <dominikpicheta@googlemail.com>2012-12-08 12:48:46 +0000
commit82d6e13374cfe15160d49412073748f07f10ade6 (patch)
tree3855bb7cbaa53c83203a746e1e80fec11c7e1957
parent7a6d85710aa1a949e8093bf2667905d9d6debb10 (diff)
downloadpackages-82d6e13374cfe15160d49412073748f07f10ade6.tar.gz
packages-82d6e13374cfe15160d49412073748f07f10ade6.zip
Added license field.
-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