www

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

commit 4515a44ee64773d377a95aad3c0a6c6e731185a0
parent 07ae99b7bbb6ceb61b68e6a29b05995f4c75aa32
Author: Suzanne Soy <ligo@suzanne.soy>
Date:   Thu,  4 Mar 2021 20:37:37 +0000

Changed my name :)

Diffstat:
MLICENSE-more.md | 2+-
Minfo.rkt | 2+-
Mscribblings/extensible-parser-specifications.scrbl | 2+-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/LICENSE-more.md b/LICENSE-more.md @@ -1,5 +1,5 @@ extensible-parser-specifications -Copyright (c) 2016-2017 Georges Dupéron +Copyright (c) 2016-2017 Suzanne Soy diff --git a/info.rkt b/info.rkt @@ -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|)) diff --git a/scribblings/extensible-parser-specifications.scrbl b/scribblings/extensible-parser-specifications.scrbl @@ -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