From 4510f1e5cf7fbf3e8cf517d9d92b3f333fff0c49 Mon Sep 17 00:00:00 2001 From: Suzanne Soy Date: Thu, 4 Mar 2021 20:37:28 +0000 Subject: [PATCH] Changed my name :) --- info.rkt | 2 +- scribblings/chain-module-begin.scrbl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/info.rkt b/info.rkt index 65aedda..1d42e97 100644 --- a/info.rkt +++ b/info.rkt @@ -8,4 +8,4 @@ (define scribblings '(("scribblings/chain-module-begin.scrbl" ()))) (define pkg-desc "Use this to build meta-languages, where a #%module-begin expands to the #%module-begin of another user-specified language.") (define version "0.1") -(define pkg-authors '("Georges Dupéron")) +(define pkg-authors '("Suzanne Soy")) diff --git a/scribblings/chain-module-begin.scrbl b/scribblings/chain-module-begin.scrbl index b62c0da..8e151d0 100644 --- a/scribblings/chain-module-begin.scrbl +++ b/scribblings/chain-module-begin.scrbl @@ -3,7 +3,7 @@ racket/base]] @title{Chaining module languages} -@author[@author+email["Georges Dupéron" "georges.duperon@gmail.com"]] +@author[@author+email["Suzanne Soy" "racket@suzanne.soy"]] @defmodule[chain-module-begin]