www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 4510f1e5cf7fbf3e8cf517d9d92b3f333fff0c49
parent b297d9453a600da9a8ebac4425fdf137aca45d04
Author: Suzanne Soy <ligo@suzanne.soy>
Date:   Thu,  4 Mar 2021 20:37:28 +0000

Changed my name :)

Diffstat:
Minfo.rkt | 2+-
Mscribblings/chain-module-begin.scrbl | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

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