commit 9e93ef93b069e16e2c4eedd167f7ae17ac31a48b
parent fed2278132fa30ac69b73c3f1400b15860a5a4a6
Author: Suzanne Soy <ligo@suzanne.soy>
Date: Thu, 4 Mar 2021 20:37:34 +0000
Changed my name :)
Diffstat:
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git 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
@@ -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
@@ -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"))