From 9e93ef93b069e16e2c4eedd167f7ae17ac31a48b Mon Sep 17 00:00:00 2001
From: Suzanne Soy <ligo@suzanne.soy>
Date: Thu, 4 Mar 2021 20:37:34 +0000
Subject: [PATCH] Changed my name :)

---
 LICENSE-more.md                       | 2 +-
 dotlambda/scribblings/dotlambda.scrbl | 2 +-
 info.rkt                              | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/LICENSE-more.md b/LICENSE-more.md
index e4716f7..c1699d4 100644
--- a/LICENSE-more.md
+++ b/LICENSE-more.md
@@ -1,5 +1,5 @@
 anaphoric
-Copyright (c) 2016-2017 Georges Dupéron
+Copyright (c) 2016-2017 Suzanne Soy
 
 
 
diff --git a/dotlambda/scribblings/dotlambda.scrbl b/dotlambda/scribblings/dotlambda.scrbl
index e910597..b4d7669 100644
--- a/dotlambda/scribblings/dotlambda.scrbl
+++ b/dotlambda/scribblings/dotlambda.scrbl
@@ -7,7 +7,7 @@
                     racket/stxparam]]
 
 @title{Dotted identifiers and @racket[λ<arg>.code] syntax}
-@author[@author+email["Georges Dupéron" "georges.duperon@gmail.com"]]
+@author[@author+email["Suzanne Soy" "racket@suzanne.soy"]]
 
 @(begin
    (module orig-racket/base racket/base
diff --git a/info.rkt b/info.rkt
index 5933dff..ed4bc30 100644
--- a/info.rkt
+++ b/info.rkt
@@ -17,4 +17,4 @@
 (define pkg-desc
   "Splits dotted identifiers like a.b.c, also supports λ<arg>.(code) syntax")
 (define version "0.2")
-(define pkg-authors '("Georges Dupéron"))
+(define pkg-authors '("Suzanne Soy"))