Changed my name :)

This commit is contained in:
Suzanne Soy 2021-03-04 20:37:52 +00:00
parent 6d497291dc
commit 82e9a0f870
2 changed files with 2 additions and 2 deletions

View File

@ -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|))

View File

@ -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]