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