diff --git a/info.rkt b/info.rkt index f42f487..4fd768a 100644 --- 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 index e2ce798..93d33c7 100644 --- 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]