From 6d228bdfbc605768fef5abfe617caef131f436e2 Mon Sep 17 00:00:00 2001
From: Delaigue Olivier <olivier.delaigue@irstea.fr>
Date: Thu, 28 Jul 2022 11:05:27 +0200
Subject: [PATCH] docs: update contributor roles Refs: #52

---
 DESCRIPTION  | 2 +-
 man/CalGR.Rd | 2 +-
 man/SimGR.Rd | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/DESCRIPTION b/DESCRIPTION
index cf41771..f5abe9b 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -7,7 +7,7 @@ Authors@R: c(
   person("Olivier", "Delaigue", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7668-8468"), email = "airGR@inrae.fr"),
   person("Laurent", "Coron", role = c("aut"), comment = c(ORCID = "0000-0002-1503-6204")),
   person("Pierre", "Brigode", role = c("aut"), comment = c(ORCID = "0000-0001-8257-0741")),
-  person("Guillaume", "Thirel", role = c("ctb"), comment = c(ORCID = "0000-0002-1444-1830"))
+  person("Guillaume", "Thirel", role = c("aut"), comment = c(ORCID = "0000-0002-1444-1830"))
   )
 Depends:
   R (>= 3.6.0),
diff --git a/man/CalGR.Rd b/man/CalGR.Rd
index d3470d9..d511b14 100644
--- a/man/CalGR.Rd
+++ b/man/CalGR.Rd
@@ -59,7 +59,7 @@ functions
 }
 
 
-\author{Olivier Delaigue}
+\author{Olivier Delaigue, Guillaume Thirel}
 
 
 \examples{
diff --git a/man/SimGR.Rd b/man/SimGR.Rd
index e19ec63..c4a40a6 100644
--- a/man/SimGR.Rd
+++ b/man/SimGR.Rd
@@ -68,7 +68,7 @@ The user can also use the parameters resulting from a calibration. In this case,
 }
 
 
-\author{Olivier Delaigue}
+\author{Olivier Delaigue, Guillaume Thirel}
 
 
 \examples{
-- 
GitLab