Skip to content

Commit 23463b8

Browse files
author
Rick van den Hof
committed
Add Contributors to README
Update metadata for Puppet Forge.
1 parent 1856fe8 commit 23463b8

2 files changed

Lines changed: 26 additions & 6 deletions

File tree

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,3 +264,23 @@ uwsgi::emperor_options:
264264
no-orphans: 'true'
265265
```
266266

267+
## Contributers
268+
269+
Contributions will be gratefully accepted. Please go to the project page,
270+
fork the project, make your changes locally and then raise a pull request.
271+
Details on how to do this are available at
272+
https://guides.github.com/activities/contributing-to-open-source.
273+
274+
### Additional Contributers
275+
276+
**Release** | **PR/Issue/commit** | **Contributer**
277+
-------------|-------------------------------------------------------------------------------------------------------------------|----------------------------------------
278+
1.3.0 | [Add systemd support](https://github.com/rvdh/puppet-uwsgi/pull/14) | [@andy-s-clark](https://github.com/andy-s-clark)
279+
1.3.0 | [Make tyrant mode configurable](https://github.com/rvdh/puppet-uwsgi/pull/12) | [@TravellingGuy](https://github.com/TravellingGuy)
280+
1.3.0 | [Additional Options](https://github.com/rvdh/puppet-uwsgi/pull/11) | [@elmerfud](https://github.com/elmerfud)
281+
1.2.0 | [Support repeated application options by passing an array of values](https://github.com/rvdh/puppet-uwsgi/pull/6) | [@rayl](https://github.com/rayl)
282+
1.1.0 | [Fix typo in Upstart script](https://github.com/rvdh/puppet-uwsgi/pull/5) | [@Kodapa](https://github.com/Kodapa)
283+
1.1.0 | [Support multiple env options](https://github.com/rvdh/puppet-uwsgi/pull/4) | [@kimor79](https://github.com/kimor79)
284+
1.0.1 | [Fix logging when using init.d](https://github.com/rvdh/puppet-uwsgi/pull/3) | [@kimor79](https://github.com/kimor79)
285+
1.0.0 | [init.d support](https://github.com/rvdh/puppet-uwsgi/pull/2) | [@kimor79](https://github.com/kimor79)
286+
0.9.0 | | [@jarshwah](https://github.com/jarshwah)

metadata.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "engage-uwsgi",
3-
"version": "1.3.0",
4-
"author": "jarshwah <josh.smeaton@gmail.com>",
2+
"name": "vandenhof-uwsgi",
3+
"version": "1.3.1",
4+
"author": "Rick van den Hof <rick@vandenhof.eu>",
55
"summary": "Install and configure uwsgi in Emperor mode",
66
"license": "MIT",
7-
"source": "https://github.com/Engage/puppet-uwsgi",
8-
"project_page": "https://github.com/Engage/puppet-uwsgi",
9-
"issues_url": "https://github.com/Engage/puppet-uwsgi/issues",
7+
"source": "https://github.com/rvdh/puppet-uwsgi",
8+
"project_page": "https://github.com/rvdh/puppet-uwsgi",
9+
"issues_url": "https://github.com/rvdh/puppet-uwsgi/issues",
1010
"dependencies": [
1111
{
1212
"name": "puppetlabs-stdlib",

0 commit comments

Comments
 (0)