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

---
 info.rkt                                         | 2 +-
 scribblings/aliases.scrbl                        | 2 +-
 scribblings/backtrace-untyped.scrbl              | 2 +-
 scribblings/backtrace.scrbl                      | 2 +-
 scribblings/compat.scrbl                         | 2 +-
 scribblings/cond-let.scrbl                       | 2 +-
 scribblings/contract.scrbl                       | 2 +-
 scribblings/eval-get-values.scrbl                | 2 +-
 scribblings/fixnum.scrbl                         | 2 +-
 scribblings/for-star-list-star.scrbl             | 2 +-
 scribblings/format-id-record-untyped.scrbl       | 2 +-
 scribblings/generate-indices.scrbl               | 2 +-
 scribblings/ids.scrbl                            | 2 +-
 scribblings/in.scrbl                             | 2 +-
 scribblings/list-lang.scrbl                      | 2 +-
 scribblings/list.scrbl                           | 2 +-
 scribblings/logn-id.scrbl                        | 2 +-
 scribblings/meta-struct.scrbl                    | 2 +-
 scribblings/multiassoc-syntax.scrbl              | 2 +-
 scribblings/not-implemented-yet.scrbl            | 2 +-
 scribblings/phc-toolkit.scrbl                    | 2 +-
 scribblings/repeat-stx.scrbl                     | 2 +-
 scribblings/require-provide.scrbl                | 2 +-
 scribblings/sequence.scrbl                       | 2 +-
 scribblings/set.scrbl                            | 2 +-
 scribblings/stx.scrbl                            | 2 +-
 scribblings/syntax-parse-pattern-expanders.scrbl | 2 +-
 scribblings/syntax-parse.scrbl                   | 2 +-
 scribblings/test-framework.scrbl                 | 2 +-
 scribblings/threading.scrbl                      | 2 +-
 scribblings/tmpl.scrbl                           | 2 +-
 scribblings/type-inference-helpers.scrbl         | 2 +-
 scribblings/typed-rackunit-extensions.scrbl      | 2 +-
 scribblings/typed-rackunit.scrbl                 | 2 +-
 scribblings/typed-untyped.scrbl                  | 2 +-
 scribblings/untyped.scrbl                        | 2 +-
 scribblings/values.scrbl                         | 2 +-
 37 files changed, 37 insertions(+), 37 deletions(-)

diff --git a/info.rkt b/info.rkt
index 9302a1e..433169b 100644
--- a/info.rkt
+++ b/info.rkt
@@ -19,4 +19,4 @@
 (define scribblings '(("scribblings/phc-toolkit.scrbl" (multi-page))))
 (define pkg-desc "My toolkit")
 (define version "1.1")
-(define pkg-authors '(|Georges Dupéron|))
+(define pkg-authors '(|Suzanne Soy|))
diff --git a/scribblings/aliases.scrbl b/scribblings/aliases.scrbl
index 8419707..3320898 100644
--- a/scribblings/aliases.scrbl
+++ b/scribblings/aliases.scrbl
@@ -9,7 +9,7 @@
    generate-temporary)
 
 @title{Aliases for other racket identifiers}
-@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
+@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
 @defmodule[phc-toolkit/aliases
            #:use-sources
            [phc-toolkit/aliases]]
diff --git a/scribblings/backtrace-untyped.scrbl b/scribblings/backtrace-untyped.scrbl
index b106029..48db1c5 100644
--- a/scribblings/backtrace-untyped.scrbl
+++ b/scribblings/backtrace-untyped.scrbl
@@ -4,7 +4,7 @@
          @for-label[phc-toolkit/untyped/backtrace]]
 @(def-orig typed [phc-toolkit/backtrace])
 @title{Untyped versions of backtrace}
-@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
+@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
 @defmodule[phc-toolkit/untyped/backtrace
            #:use-sources
            [(submod (lib "phc-toolkit/backtrace.rkt") untyped)]]
diff --git a/scribblings/backtrace.scrbl b/scribblings/backtrace.scrbl
index 09fe88c..acf25a7 100644
--- a/scribblings/backtrace.scrbl
+++ b/scribblings/backtrace.scrbl
@@ -3,7 +3,7 @@
          "utils.rkt"
          @for-label[phc-toolkit/backtrace]]
 @title{backtrace}
-@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
+@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
 @defmodule[phc-toolkit/backtrace
            #:use-sources
            [(submod (lib "phc-toolkit/backtrace.rkt") typed)]]
diff --git a/scribblings/compat.scrbl b/scribblings/compat.scrbl
index 59f2624..7e31aef 100644
--- a/scribblings/compat.scrbl
+++ b/scribblings/compat.scrbl
@@ -3,7 +3,7 @@
          "utils.rkt"
          @for-label[phc-toolkit/compat]]
 @title{Compatibility wrappers}
-@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
+@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
 @defmodule[phc-toolkit/compat
            #:use-sources
            [(submod (lib "phc-toolkit/compat.rkt") typed)]]
diff --git a/scribblings/cond-let.scrbl b/scribblings/cond-let.scrbl
index b579bfc..0bd0b87 100644
--- a/scribblings/cond-let.scrbl
+++ b/scribblings/cond-let.scrbl
@@ -3,7 +3,7 @@
          "utils.rkt"
          @for-label[phc-toolkit/cond-let]]
 @title{cond-let}
-@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
+@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
 @defmodule[phc-toolkit/cond-let
            #:use-sources
            [(submod (lib "phc-toolkit/cond-let.rkt") typed)]]
diff --git a/scribblings/contract.scrbl b/scribblings/contract.scrbl
index c59401e..9131407 100644
--- a/scribblings/contract.scrbl
+++ b/scribblings/contract.scrbl
@@ -5,7 +5,7 @@
                     racket/function
                     racket/contract]]
 @title{contract}
-@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
+@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
 @defmodule[phc-toolkit/contract
            #:use-sources
            [(submod (lib "phc-toolkit/contract.rkt") typed)]]
diff --git a/scribblings/eval-get-values.scrbl b/scribblings/eval-get-values.scrbl
index 6b3051b..4a66554 100644
--- a/scribblings/eval-get-values.scrbl
+++ b/scribblings/eval-get-values.scrbl
@@ -3,7 +3,7 @@
          "utils.rkt"
          @for-label[phc-toolkit/eval-get-values]]
 @title{eval-get-values}
-@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
+@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
 @defmodule[phc-toolkit/eval-get-values
            #:use-sources
            [(submod (lib "phc-toolkit/eval-get-values.rkt") typed)]]
diff --git a/scribblings/fixnum.scrbl b/scribblings/fixnum.scrbl
index bfb6d7e..af3244f 100644
--- a/scribblings/fixnum.scrbl
+++ b/scribblings/fixnum.scrbl
@@ -4,7 +4,7 @@
          @for-label[phc-toolkit/fixnum]]
 @(def-orig orig [racket/fixnum] fxxor)
 @title{Fixnum operations (fxxor …)}
-@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
+@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
 @defmodule[phc-toolkit/fixnum
            #:use-sources
            [(submod (lib "phc-toolkit/fixnum.rkt") typed)]]
diff --git a/scribblings/for-star-list-star.scrbl b/scribblings/for-star-list-star.scrbl
index 47c078a..b94a73e 100644
--- a/scribblings/for-star-list-star.scrbl
+++ b/scribblings/for-star-list-star.scrbl
@@ -3,7 +3,7 @@
                     racket/base]]
 
 @title{for*/list*}
-@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
+@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
 
 @defmodule[phc-toolkit/untyped/for-star-list-star]
 
diff --git a/scribblings/format-id-record-untyped.scrbl b/scribblings/format-id-record-untyped.scrbl
index 1e03d14..6edd0f1 100644
--- a/scribblings/format-id-record-untyped.scrbl
+++ b/scribblings/format-id-record-untyped.scrbl
@@ -11,7 +11,7 @@
                     racket/base]]
 @title[#:tag "phc-toolkit-format-id-record"]{Formatting identifiers so that
  DrRacket still shows arrows}
-@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
+@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
 @defmodule[phc-toolkit/untyped-only/format-id-record
            #:use-sources
            [(lib "phc-toolkit/untyped-only/format-id-record.rkt")]]
diff --git a/scribblings/generate-indices.scrbl b/scribblings/generate-indices.scrbl
index 0e89edf..9927c13 100644
--- a/scribblings/generate-indices.scrbl
+++ b/scribblings/generate-indices.scrbl
@@ -3,7 +3,7 @@
          "utils.rkt"
          @for-label[phc-toolkit/generate-indices]]
 @title{generate-indices}
-@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
+@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
 @defmodule[phc-toolkit/generate-indices
            #:use-sources
            [(submod (lib "phc-toolkit/generate-indices.rkt") typed)]]
diff --git a/scribblings/ids.scrbl b/scribblings/ids.scrbl
index 2dca809..50b41d3 100644
--- a/scribblings/ids.scrbl
+++ b/scribblings/ids.scrbl
@@ -6,7 +6,7 @@
                     phc-toolkit/ids
                     phc-toolkit/contract]]
 @title{Generating identifiers}
-@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
+@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
 @defmodule[phc-toolkit/ids
            #:use-sources
            [(submod (lib "phc-toolkit/ids.rkt") typed)]]
diff --git a/scribblings/in.scrbl b/scribblings/in.scrbl
index 5207512..2975dbe 100644
--- a/scribblings/in.scrbl
+++ b/scribblings/in.scrbl
@@ -3,7 +3,7 @@
          "utils.rkt"
          @for-label[phc-toolkit/in]]
 @title{in}
-@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
+@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
 @defmodule[phc-toolkit/in
            #:use-sources
            [(lib "phc-toolkit/in.rkt")]]
diff --git a/scribblings/list-lang.scrbl b/scribblings/list-lang.scrbl
index 69fe5c6..80fb01a 100644
--- a/scribblings/list-lang.scrbl
+++ b/scribblings/list-lang.scrbl
@@ -2,5 +2,5 @@
 @require[racket/require
          (for-label (only-meta-in 0 phc-toolkit/list-lang))]
 @title{list-lang}
-@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
+@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
 @defmodule[phc-toolkit/list-lang]
diff --git a/scribblings/list.scrbl b/scribblings/list.scrbl
index 47b2641..3e04410 100644
--- a/scribblings/list.scrbl
+++ b/scribblings/list.scrbl
@@ -3,7 +3,7 @@
          "utils.rkt"
          @for-label[phc-toolkit/list]]
 @title{list}
-@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
+@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
 @defmodule[phc-toolkit/list
            #:use-sources
            [(submod (lib "phc-toolkit/list.rkt") typed)]]
diff --git a/scribblings/logn-id.scrbl b/scribblings/logn-id.scrbl
index e1c8c79..e0a54fd 100644
--- a/scribblings/logn-id.scrbl
+++ b/scribblings/logn-id.scrbl
@@ -3,7 +3,7 @@
          "utils.rkt"
          @for-label[phc-toolkit/logn-id]]
 @title{logn-id}
-@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
+@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
 @defmodule[phc-toolkit/logn-id
            #:use-sources
            [(submod (lib "phc-toolkit/logn-id.rkt") typed)]]
diff --git a/scribblings/meta-struct.scrbl b/scribblings/meta-struct.scrbl
index c6861ff..66de84a 100644
--- a/scribblings/meta-struct.scrbl
+++ b/scribblings/meta-struct.scrbl
@@ -6,7 +6,7 @@
                     racket/struct-info]]
 
 @title{meta operations on structs}
-@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
+@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
 
 @section{Typed macros and procedures}
 
diff --git a/scribblings/multiassoc-syntax.scrbl b/scribblings/multiassoc-syntax.scrbl
index fe4cc3c..59e6c3d 100644
--- a/scribblings/multiassoc-syntax.scrbl
+++ b/scribblings/multiassoc-syntax.scrbl
@@ -3,7 +3,7 @@
          "utils.rkt"
          @for-label[phc-toolkit/multiassoc-syntax]]
 @title{multiassoc-syntax}
-@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
+@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
 @defmodule[phc-toolkit/multiassoc-syntax
            #:use-sources
            [(submod (lib "phc-toolkit/multiassoc-syntax.rkt") typed)]]
diff --git a/scribblings/not-implemented-yet.scrbl b/scribblings/not-implemented-yet.scrbl
index c8a5baa..9e0bbbd 100644
--- a/scribblings/not-implemented-yet.scrbl
+++ b/scribblings/not-implemented-yet.scrbl
@@ -3,7 +3,7 @@
          "utils.rkt"
          @for-label[phc-toolkit/not-implemented-yet]]
 @title{not-implemented-yet}
-@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
+@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
 @defmodule[phc-toolkit/not-implemented-yet
            #:use-sources
            [(submod (lib "phc-toolkit/not-implemented-yet.rkt") typed)]]
diff --git a/scribblings/phc-toolkit.scrbl b/scribblings/phc-toolkit.scrbl
index db4b708..44ccb80 100644
--- a/scribblings/phc-toolkit.scrbl
+++ b/scribblings/phc-toolkit.scrbl
@@ -3,7 +3,7 @@
                     racket/base]]
 
 @title{phc-toolkit}
-@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
+@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
 
 @defmodule[phc-toolkit]
 
diff --git a/scribblings/repeat-stx.scrbl b/scribblings/repeat-stx.scrbl
index 86b7c9f..b0ce1d1 100644
--- a/scribblings/repeat-stx.scrbl
+++ b/scribblings/repeat-stx.scrbl
@@ -3,7 +3,7 @@
          "utils.rkt"
          @for-label[phc-toolkit/repeat-stx]]
 @title{repeat-stx}
-@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
+@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
 @defmodule[phc-toolkit/repeat-stx
            #:use-sources
            [(submod (lib "phc-toolkit/repeat-stx.rkt") typed)]]
diff --git a/scribblings/require-provide.scrbl b/scribblings/require-provide.scrbl
index d62a0e9..b9d31d8 100644
--- a/scribblings/require-provide.scrbl
+++ b/scribblings/require-provide.scrbl
@@ -3,7 +3,7 @@
          "utils.rkt"
          @for-label[phc-toolkit/require-provide]]
 @title{require-provide}
-@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
+@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
 @defmodule[phc-toolkit/require-provide
            #:use-sources
            [(submod (lib "phc-toolkit/require-provide.rkt") typed)]]
diff --git a/scribblings/sequence.scrbl b/scribblings/sequence.scrbl
index 00eec2e..7bcdad0 100644
--- a/scribblings/sequence.scrbl
+++ b/scribblings/sequence.scrbl
@@ -3,7 +3,7 @@
          "utils.rkt"
          @for-label[phc-toolkit/sequence]]
 @title{sequence}
-@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
+@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
 @defmodule[phc-toolkit/sequence
            #:use-sources
            [(submod (lib "phc-toolkit/sequence.rkt") typed)]]
diff --git a/scribblings/set.scrbl b/scribblings/set.scrbl
index 267808c..a3ede11 100644
--- a/scribblings/set.scrbl
+++ b/scribblings/set.scrbl
@@ -3,7 +3,7 @@
          "utils.rkt"
          @for-label[phc-toolkit/set]]
 @title{set}
-@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
+@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
 @defmodule[phc-toolkit/set
            #:use-sources
            [(submod (lib "phc-toolkit/set.rkt") typed)]]
diff --git a/scribblings/stx.scrbl b/scribblings/stx.scrbl
index c37ee2c..ca1832d 100644
--- a/scribblings/stx.scrbl
+++ b/scribblings/stx.scrbl
@@ -15,7 +15,7 @@
    syntax-e)
 
 @title{Syntax object manipulation utilities}
-@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
+@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
 
 @defmodule[phc-toolkit/stx
            #:use-sources
diff --git a/scribblings/syntax-parse-pattern-expanders.scrbl b/scribblings/syntax-parse-pattern-expanders.scrbl
index cf8f5fc..1d9f20f 100644
--- a/scribblings/syntax-parse-pattern-expanders.scrbl
+++ b/scribblings/syntax-parse-pattern-expanders.scrbl
@@ -12,7 +12,7 @@
    ~bind)
 
 @title{Pattern expanders}
-@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
+@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
 
 @declare-exporting[phc-toolkit/syntax-parse
                    #:use-sources
diff --git a/scribblings/syntax-parse.scrbl b/scribblings/syntax-parse.scrbl
index 8bad15f..27109b4 100644
--- a/scribblings/syntax-parse.scrbl
+++ b/scribblings/syntax-parse.scrbl
@@ -6,7 +6,7 @@
                     syntax/parse]]
 
 @title{@racket[syntax-parse] helpers}
-@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
+@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
 
 @defmodule[phc-toolkit/syntax-parse
            #:use-sources
diff --git a/scribblings/test-framework.scrbl b/scribblings/test-framework.scrbl
index 1439f77..5e925b7 100644
--- a/scribblings/test-framework.scrbl
+++ b/scribblings/test-framework.scrbl
@@ -3,7 +3,7 @@
          "utils.rkt"
          @for-label[phc-toolkit/test-framework]]
 @title{test-framework}
-@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
+@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
 @defmodule[phc-toolkit/test-framework
            #:use-sources
            [(submod (lib "phc-toolkit/test-framework.rkt") typed)]]
diff --git a/scribblings/threading.scrbl b/scribblings/threading.scrbl
index 0a043f8..b4fc94c 100644
--- a/scribblings/threading.scrbl
+++ b/scribblings/threading.scrbl
@@ -3,7 +3,7 @@
          "utils.rkt"
          @for-label[phc-toolkit/threading]]
 @title{threading}
-@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
+@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
 @defmodule[phc-toolkit/threading
            #:use-sources
            [(submod (lib "phc-toolkit/threading.rkt") typed)]]
diff --git a/scribblings/tmpl.scrbl b/scribblings/tmpl.scrbl
index 9c038cb..2aa59a7 100644
--- a/scribblings/tmpl.scrbl
+++ b/scribblings/tmpl.scrbl
@@ -3,7 +3,7 @@
          "utils.rkt"
          @for-label[phc-toolkit/tmpl]]
 @title{tmpl}
-@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
+@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
 @defmodule[phc-toolkit/tmpl
            #:use-sources
            [(submod (lib "phc-toolkit/tmpl.rkt") typed)]]
diff --git a/scribblings/type-inference-helpers.scrbl b/scribblings/type-inference-helpers.scrbl
index 04a375a..222ff6b 100644
--- a/scribblings/type-inference-helpers.scrbl
+++ b/scribblings/type-inference-helpers.scrbl
@@ -3,7 +3,7 @@
          "utils.rkt"
          @for-label[phc-toolkit/type-inference-helpers]]
 @title{type-inference-helpers}
-@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
+@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
 @defmodule[phc-toolkit/type-inference-helpers
            #:use-sources
            [(submod (lib "phc-toolkit/type-inference-helpers.rkt") typed)]]
diff --git a/scribblings/typed-rackunit-extensions.scrbl b/scribblings/typed-rackunit-extensions.scrbl
index 128927c..eb61309 100644
--- a/scribblings/typed-rackunit-extensions.scrbl
+++ b/scribblings/typed-rackunit-extensions.scrbl
@@ -3,7 +3,7 @@
          "utils.rkt"
          @for-label[phc-toolkit/typed-rackunit-extensions]]
 @title{Extensions for @racketmodname[typed/rackunit]}
-@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
+@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
 
 @defmodule[phc-toolkit/typed-rackunit-extensions
            #:use-sources
diff --git a/scribblings/typed-rackunit.scrbl b/scribblings/typed-rackunit.scrbl
index 4dfc598..1cbffbd 100644
--- a/scribblings/typed-rackunit.scrbl
+++ b/scribblings/typed-rackunit.scrbl
@@ -22,7 +22,7 @@
    check-not-exn)
 
 @title{Utilities and patches for @racketmodname[typed/rackunit]}
-@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
+@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
 
 @defmodule[phc-toolkit/typed-rackunit]
 
diff --git a/scribblings/typed-untyped.scrbl b/scribblings/typed-untyped.scrbl
index 53a80c4..9700ef0 100644
--- a/scribblings/typed-untyped.scrbl
+++ b/scribblings/typed-untyped.scrbl
@@ -3,7 +3,7 @@
          "utils.rkt"
          @for-label[phc-toolkit/typed-untyped]]
 @title{typed-untyped}
-@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
+@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
 @defmodule[phc-toolkit/typed-untyped
            #:use-sources
            [(lib "phc-toolkit/typed-untyped.rkt")]]
diff --git a/scribblings/untyped.scrbl b/scribblings/untyped.scrbl
index 0a6ede3..d715fdf 100644
--- a/scribblings/untyped.scrbl
+++ b/scribblings/untyped.scrbl
@@ -3,7 +3,7 @@
                     racket/base]]
 
 @title{Untyped versions of the modules}
-@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
+@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
 
 @defmodule[phc-toolkit/untyped]
 
diff --git a/scribblings/values.scrbl b/scribblings/values.scrbl
index e32ad9a..0eba228 100644
--- a/scribblings/values.scrbl
+++ b/scribblings/values.scrbl
@@ -3,7 +3,7 @@
          "utils.rkt"
          @for-label[phc-toolkit/values]]
 @title{values}
-@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
+@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]}
 @defmodule[phc-toolkit/values
            #:use-sources
            [(submod (lib "phc-toolkit/values.rkt") typed)]]