From 3f02acb1695adf574c63a7ff36b091e9e2d551ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABlle=20Salmon?= Date: Mon, 2 Sep 2024 14:20:58 +0200 Subject: [PATCH] docs: fix name order (#72) --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 7d58e7e..53011e2 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Package: gutenbergr Title: Download and Process Public Domain Works from Project Gutenberg Version: 0.2.4.9000 Authors@R: c( - person("Harmon", "Jon", , "jonthegeek@gmail.com", role = c("aut", "cre"), + person("Jon", "Harmon", , "jonthegeek@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4781-4346")), person("Myfanwy", "Johnston", , "mrowlan1@gmail.com", role = "aut"), person("David", "Robinson", , "admiral.david@gmail.com", role = c("aut", "cph"))