diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2c0e355ac8122f69dd5a74430ccd7bb03a9173b6..4906aeab9d8797880d33774ddd27c326115e3d64 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -61,4 +61,4 @@ pypi_upload:
     - python3 -m twine upload dist/*
   only:
     variables:
-      - $CI_COMMIT_TAG =~ /^\d+\.\d+\.\d+$/
\ No newline at end of file
+      - $CI_COMMIT_TAG =~ /^\d+\.\d+\.\d+$/
diff --git a/AUTHORS.txt b/AUTHORS.txt
index a6ebb213a8f156949b460c6d9dea537016d7a2c5..32261dd56923990a62c349407c248437f5ab8b2b 100644
--- a/AUTHORS.txt
+++ b/AUTHORS.txt
@@ -1,4 +1,5 @@
 Nicolas Gillet
 Loïc Huder
 Yannick Martin
-Franck Thollard
\ No newline at end of file
+Franck Thollard
+François Dallasta
diff --git a/setup.py b/setup.py
index 7ba94babcc86395be1a7cf18a2fc561903eb8aa2..b1333786bed88299709f0e9b5450e257db99d948 100644
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ setup(
     version=__version__,
     packages=find_packages(),
     author=authors,
-    author_email='loic.huder@univ-grenoble-alpes.fr',
+    author_email='francois.dall-asta@univ-grenoble-alpes.fr',
     url='https://gricad-gitlab.univ-grenoble-alpes.fr/Geodynamo/webgeodyn',
     description="A web-based plot tool to visualize Earth core flows",
     long_description=open('README.rst').read(),