www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 54bb03a8d43c067ad6c71341784a1e0e2ac1d834
parent 23d62fec561abf14a587d07ad6c896e8d012ed1d
Author: Suzanne Soy <ligo@suzanne.soy>
Date:   Thu,  4 Mar 2021 20:37:55 +0000

Changed my name :)

Diffstat:
Minfo.rkt | 2+-
Mscribblings/repltest.scrbl | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 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 @@ -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}