diff --git a/info.rkt b/info.rkt index 3d7c9cb..c9d0c07 100644 --- a/info.rkt +++ b/info.rkt @@ -8,4 +8,4 @@ (define scribblings '(("scribblings/repltest.scrbl" ()))) (define pkg-desc "Copy-paste your REPL interactions, and have them run as tests") (define version "0.1") -(define pkg-authors '(|Georges Dupéron|)) +(define pkg-authors '(|Suzanne Soy|)) diff --git a/scribblings/repltest.scrbl b/scribblings/repltest.scrbl index 938bbfb..a66de66 100644 --- a/scribblings/repltest.scrbl +++ b/scribblings/repltest.scrbl @@ -4,7 +4,7 @@ scriblib/footnote] @title{REPL test: copy-paste REPL interactions to define tests} -@author{Georges Dupéron} +@author{Suzanne Soy} Source code: @url{https://github.com/jsmaniac/repltest}