mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-02 14:13:05 +00:00
Added license field.
This commit is contained in:
parent
7a6d85710a
commit
82d6e13374
@ -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
|
||||
|
||||
@ -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"
|
||||
}
|
||||
]
|
||||
Loading…
x
Reference in New Issue
Block a user