From 54bb03a8d43c067ad6c71341784a1e0e2ac1d834 Mon Sep 17 00:00:00 2001 From: Suzanne Soy Date: Thu, 4 Mar 2021 20:37:55 +0000 Subject: [PATCH] Changed my name :) --- info.rkt | 2 +- scribblings/repltest.scrbl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}