Skip to content

Commit c2c3e8d

Browse files
add DavidMazarro as a contributor for code (#198)
* update README.md * update .all-contributorsrc --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
1 parent 030fbda commit c2c3e8d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.all-contributorsrc

+9
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,15 @@
243243
"contributions": [
244244
"code"
245245
]
246+
},
247+
{
248+
"login": "DavidMazarro",
249+
"name": "David Mazarro",
250+
"avatar_url": "https://avatars.githubusercontent.com/u/22799724?v=4",
251+
"profile": "http://davidmazarro.com",
252+
"contributions": [
253+
"code"
254+
]
246255
}
247256
],
248257
"contributorsPerLine": 7,

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Build Status](https://github.com/stackbuilders/dotenv-hs/actions/workflows/build.yml/badge.svg)](https://github.com/stackbuilders/dotenv-hs/actions/workflows/build.yml)[![Hackage](https://img.shields.io/hackage/v/dotenv.svg)](http://hackage.haskell.org/package/dotenv)
22
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3-
[![All Contributors](https://img.shields.io/badge/all_contributors-26-orange.svg?style=flat-square)](#contributors-)
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-27-orange.svg?style=flat-square)](#contributors-)
44
<!-- ALL-CONTRIBUTORS-BADGE:END -->
55

66
# Dotenv files for Haskell
@@ -246,6 +246,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
246246
<td align="center" valign="top" width="14.28%"><a href="https://github.com/DanRCM"><img src="https://avatars.githubusercontent.com/u/112514991?v=4?s=100" width="100px;" alt="DanRCM"/><br /><sub><b>DanRCM</b></sub></a><br /><a href="https://github.com/stackbuilders/dotenv-hs/commits?author=DanRCM" title="Code">💻</a></td>
247247
<td align="center" valign="top" width="14.28%"><a href="https://github.com/juanfcarrillo"><img src="https://avatars.githubusercontent.com/u/78522923?v=4?s=100" width="100px;" alt="Juan F. Carrillo"/><br /><sub><b>Juan F. Carrillo</b></sub></a><br /><a href="https://github.com/stackbuilders/dotenv-hs/commits?author=juanfcarrillo" title="Code">💻</a></td>
248248
<td align="center" valign="top" width="14.28%"><a href="https://github.com/fm7-1"><img src="https://avatars.githubusercontent.com/u/55803899?v=4?s=100" width="100px;" alt="Fabricio Mera"/><br /><sub><b>Fabricio Mera</b></sub></a><br /><a href="https://github.com/stackbuilders/dotenv-hs/commits?author=fm7-1" title="Code">💻</a></td>
249+
<td align="center" valign="top" width="14.28%"><a href="http://davidmazarro.com"><img src="https://avatars.githubusercontent.com/u/22799724?v=4?s=100" width="100px;" alt="David Mazarro"/><br /><sub><b>David Mazarro</b></sub></a><br /><a href="https://github.com/stackbuilders/dotenv-hs/commits?author=DavidMazarro" title="Code">💻</a></td>
249250
</tr>
250251
</tbody>
251252
</table>

0 commit comments

Comments
 (0)