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[λ.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 λ.(code) syntax") (define version "0.2") -(define pkg-authors '("Georges Dupéron")) +(define pkg-authors '("Suzanne Soy"))