commit 82e9a0f8701c2d2ab3aa3c4209d8e135d38ec4ee
parent 6d497291dcc0d90e5437300aef70d462f7865c91
Author: Suzanne Soy <ligo@suzanne.soy>
Date: Thu, 4 Mar 2021 20:37:52 +0000
Changed my name :)
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/info.rkt b/info.rkt
@@ -19,4 +19,4 @@
" Writes values to a file, so that they will"
" be remembered during the next compilation."))
(define version "0.9")
-(define pkg-authors '(|Georges Dupéron|))
+(define pkg-authors '(|Suzanne Soy|))
diff --git a/scribblings/remember.scrbl b/scribblings/remember.scrbl
@@ -3,7 +3,7 @@
racket/base]]
@title{Remember: storage for macros which is persistant across compilations}
-@author{Georges Dupéron}
+@author{Suzanne Soy}
@defmodule[remember]