From 63029a89f079f444bf02f0662c855e82a5db0cf0 Mon Sep 17 00:00:00 2001
From: Thibault Hallouin <thibault.hallouin@inrae.fr>
Date: Mon, 24 Jul 2023 09:18:27 +0200
Subject: [PATCH] update roles to keep only one creator/maintainer

---
 DESCRIPTION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/DESCRIPTION b/DESCRIPTION
index 3383081..b329548 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -4,7 +4,7 @@ Title: R Bindings for EvalHyd
 Version: 0.1.1.0
 Date: 2023-06-16
 Authors@R: c(
-  person("Thibault", "Hallouin", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0144-2989"), email = "thibault.hallouin@inrae.fr"),
+  person("Thibault", "Hallouin", role = c("aut"), comment = c(ORCID = "0000-0003-0144-2989"), email = "thibault.hallouin@inrae.fr"),
   person("François", "Bourgin", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-2820-7260"), email = "francois.bourgin@inrae.fr")
   )
 Maintainer: Thibault Hallouin <thibault.hallouin@inrae.fr>
-- 
GitLab