From 82d6e13374cfe15160d49412073748f07f10ade6 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Sat, 8 Dec 2012 12:48:46 +0000 Subject: [PATCH] Added license field. --- README.md | 1 + packages.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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