Update DESCRIPTION
diff --git a/DESCRIPTION b/DESCRIPTION
index fb0a695..228cdc5 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -3,30 +3,17 @@
 Title: R Markdown Format for 'reveal.js' Presentations
 Version: 0.9.1.9007
 Date: 2017-03-13
-Authors@R: 
-    c(person(given = "Hakim",
-             family = "El Hattab",
-             role = c("aut", "cph"),
-             comment = "reveal.js, https://github.com/hakimel/reveal.js"),
-      person(given = "Asvin",
-             family = "Goel",
-             role = c("ctb", "cph"),
-             email = "goel@telematique.eu",
-             comment = "chalkboard plugin"),
-      person(given = "Greg",
-             family = "Denehy",
-             role = c("ctb", "cph"),
-             comment = "menu plugin"),
-      person(given = "JJ",
-             family = "Allaire",
-             role = c("aut", "cre"),
-             email = "jj@rstudio.com"),
-      person(given = "Christophe",
-             family = "Dervieux",
-             role = c("ctb"),
-             email = "cderv@rstudio.com"),
-      person(family = "RStudio",
-             role = "cph"))
+Authors@R: c(
+    person("Christophe", "Dervieux", , "cderv@posit.co", role = "cre"),
+    person("JJ", "Allaire", , "jj@posit.co", role = c("aut")),
+    person("Hakim", "El Hattab", role = c("aut", "cph"),
+           comment = "reveal.js, https://github.com/hakimel/reveal.js"),
+    person("Asvin", "Goel", , "goel@telematique.eu", role = c("ctb", "cph"),
+           comment = "chalkboard plugin"),
+    person("Greg", "Denehy", role = c("ctb", "cph"),
+           comment = "menu plugin"),
+    person("Posit Software, PBC", role = c("cph", "fnd"))
+  )
 Description: R Markdown format for 'reveal.js' presentations, a framework
     for easily creating beautiful presentations using HTML.
 License: MIT + file LICENSE
@@ -37,12 +24,12 @@
 Imports:
     rmarkdown (>= 1.7)
 Suggests:
-    xfun (>= 0.21),
-    xml2,
     bslib,
     testthat (>= 3.0.0),
-    withr (>= 2.4.2)
+    withr (>= 2.4.2),
+    xfun (>= 0.21),
+    xml2
+Config/testthat/edition: 3
 Encoding: UTF-8
 Roxygen: list(markdown = TRUE)
-RoxygenNote: 7.1.2
-Config/testthat/edition: 3
+RoxygenNote: 7.2.3