Changed my name :)

This commit is contained in:
Suzanne Soy 2021-03-04 20:37:28 +00:00
parent b297d9453a
commit 4510f1e5cf
2 changed files with 2 additions and 2 deletions

View File

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

View File

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