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