From 4515a44ee64773d377a95aad3c0a6c6e731185a0 Mon Sep 17 00:00:00 2001 From: Suzanne Soy Date: Thu, 4 Mar 2021 20:37:37 +0000 Subject: [PATCH] Changed my name :) --- LICENSE-more.md | 2 +- info.rkt | 2 +- scribblings/extensible-parser-specifications.scrbl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE-more.md b/LICENSE-more.md index 3fd50ab..9aa701a 100644 --- 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 index 2abc171..e4a8ebf 100644 --- 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 index 5a37c54..6bf3b81 100644 --- 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