From f754518682199846bf9b93b7d2e4982d581e42a2 Mon Sep 17 00:00:00 2001 From: Suzanne Soy Date: Thu, 4 Mar 2021 20:38:13 +0000 Subject: [PATCH] Changed my name :) --- info.rkt | 2 +- scribblings/type-expander-implementation.scrbl | 2 +- scribblings/type-expander.scrbl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/info.rkt b/info.rkt index 04856ef..0479792 100644 --- a/info.rkt +++ b/info.rkt @@ -23,4 +23,4 @@ ("scribblings/type-expander-implementation.scrbl" (multi-page) ("typed-racket")))) (define pkg-desc "Description Here") (define version "1.0") -(define pkg-authors '(|Georges Dupéron|)) +(define pkg-authors '(|Suzanne Soy|)) diff --git a/scribblings/type-expander-implementation.scrbl b/scribblings/type-expander-implementation.scrbl index fdd9854..34a7aa3 100644 --- a/scribblings/type-expander-implementation.scrbl +++ b/scribblings/type-expander-implementation.scrbl @@ -1,7 +1,7 @@ #lang scribble/manual @title{Type expander: Implementation} -@author[@author+email["Georges Dupéron" "georges.duperon@gmail.com"]] +@author[@author+email["Suzanne Soy" "racket@suzanne.soy"]] This library is implemented using literate programming. The implementation details are presented in the following sections. The user documentation is in diff --git a/scribblings/type-expander.scrbl b/scribblings/type-expander.scrbl index 5c27fb6..b9b1127 100644 --- a/scribblings/type-expander.scrbl +++ b/scribblings/type-expander.scrbl @@ -1,7 +1,7 @@ #lang scribble/manual @title{Type expander library} -@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]} +@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]} @defmodule[type-expander #:use-sources [(lib "type-expander/type-expander.hl.rkt")