Skip to content

Commit 45c11aa

Browse files
committed
Appropriate credits for lordjabez
1 parent 7be769b commit 45c11aa

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

README.rst

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ Note, however, that ``cachier``'s in-memory core is simple, and has no monitorin
310310
Contributing
311311
============
312312

313-
Package author and current maintainer is Shay Palachy (shay.palachy@gmail.com); You are more than welcome to approach him for help. Contributions are very welcomed.
313+
Current maintainers are Shay Palachy Affek (`shay.palachy@gmail.com <mailto:shay.palachy@gmail.com>`_, `@shaypal5 <https://github.com/shaypal5>`_) and Judson Neer (`@lordjabez <https://github.com/lordjabez>`_); You are more than welcome to approach them for help. Contributions are very welcomed! :)
314314

315315
Installing for development
316316
--------------------------
@@ -379,27 +379,31 @@ Additionally, if you update this ``README.rst`` file, use ``python setup.py chec
379379
Credits
380380
=======
381381

382-
Created by `Shay Palachy <https://github.com/shaypal5>`_ (shay.palachy@gmail.com).
382+
Created by `Shay Palachy Affek <https://github.com/shaypal5>`_ (shay.palachy@gmail.com).
383+
384+
Current lead developer/contributor: `Judson Neer <https://github.com/lordjabez>`_ (`@lordjabez <https://github.com/lordjabez>`_ on GitHub).
383385

384386
Other major contributors:
385387

386-
* `cthoyt <https://github.com/cthoyt>`_ - Base memory core implementation.
388+
* `Judson Neer <https://github.com/lordjabez>`_ - Precaching, method caching support and numerous improvements and bugfixes.
389+
390+
* `cthoyt <https://github.com/cthoyt>`_ - Base memory core implementation.
387391

388-
* `amarczew <https://github.com/amarczew>`_ - The ``hash_func`` kwarg.
392+
* `amarczew <https://github.com/amarczew>`_ - The ``hash_func`` kwarg.
389393

390-
* `non-senses <https://github.com/non-senses>`_ - The ``wait_for_calc_timeout`` kwarg.
394+
* `non-senses <https://github.com/non-senses>`_ - The ``wait_for_calc_timeout`` kwarg.
391395

392-
* `Elad Rapapor <https://github.com/erap129>`_ - Multi-file Pickle core, a.k.a ``separate_files`` (released on ``v1.5.3``).
396+
* `Elad Rapapor <https://github.com/erap129>`_ - Multi-file Pickle core, a.k.a ``separate_files`` (released on ``v1.5.3``).
393397

394-
* `John Didion <https://github.com/jdidion>`_ - Support for pickle-based caching for cases where two identically-named methods of different classes are defined in the same module.
398+
* `John Didion <https://github.com/jdidion>`_ - Support for pickle-based caching for cases where two identically-named methods of different classes are defined in the same module.
395399

396400
Notable bugfixers:
397401

398-
* `MichaelRazum <https://github.com/MichaelRazum>`_.
402+
* `MichaelRazum <https://github.com/MichaelRazum>`_.
399403

400-
* `Eric Ma <https://github.com/ericmjl>`_ - The iNotify bugfix (released on ``v1.5.3``).
404+
* `Eric Ma <https://github.com/ericmjl>`_ - The iNotify bugfix (released on ``v1.5.3``).
401405

402-
* `Ofir <https://github.com/ofirnk>`_ - The iNotify bugfix (released on ``v1.5.3``).
406+
* `Ofir <https://github.com/ofirnk>`_ - The iNotify bugfix (released on ``v1.5.3``).
403407

404408

405409

0 commit comments

Comments
 (0)