diff --git a/README.md b/README.md
index 898aa945783408793156fbdc726a640889ed9174..776d46c718a85c9544a72961bd49e96142feb899 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,10 @@ Check the here the [TODO list](TODO).
 
 # Modules
 
+**Access to modules will be granted on request.**
+
+**Email: ragagnin.antonio@gmail.com, antonio.ragagnin@inaf.it**
+
 - [easyc](https://www.ict.inaf.it/gitlab/hotwheels/easyc): **[Private repo]** A standalone hotwheels-unrelated package for compiling and executing C code from Python, and easily passing of numpy arrays as C arrays, enums, typedefs, arbitrarely nested structures, in particular structures or array and array of structures.
 - [core](https://www.ict.inaf.it/gitlab/hotwheels/core):  **[Private repo]**  Provides essential utilities for: Generating and managing particle data structures as structures of arrays (SoAs) (`hotwheels_core.soas`); (3) General C utilities (e.g., MPI patterns, MyMalloc, panic handling in `hotwheels_core.utils`).
 - [IO](https://www.ict.inaf.it/gitlab/hotwheels/io):  **[Private repo]**  Handles parallel reading and writing of Gadget1-2 snapshots (thus including [N-GenIC](https://www.h-its.org/2014/11/05/ngenic-code/) and [MUSIC](https://www-n.oca.eu/ohahn/MUSIC/) formats), as well as HDF5 files.