Changed my name :)

This commit is contained in:
Suzanne Soy 2021-03-04 20:37:37 +00:00
parent 07ae99b7bb
commit 4515a44ee6
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
extensible-parser-specifications
Copyright (c) 2016-2017 Georges Dupéron
Copyright (c) 2016-2017 Suzanne Soy

View File

@ -12,4 +12,4 @@
(define pkg-desc (string-append "Composable no-order syntax/parse"
" specifications, with global constraints"))
(define version "0.1")
(define pkg-authors '(|Georges Dupéron|))
(define pkg-authors '(|Suzanne Soy|))

View File

@ -9,7 +9,7 @@
(only-in racket/base [... …])]]
@title{extensible-parser-specifications}
@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
Caveat: the mixins defined with @racket[define-eh-alternative-mixin] cannot be
provided and used in a separate module. Unfortunately, I cannot think of an