commit 0b0e327d6e764c0ec58961ba538236397d4be487
parent efa7621c16fd19bb7a74ee58874dcff0801efabd
Author: Suzanne Soy <ligo@suzanne.soy>
Date: Thu, 4 Mar 2021 21:15:33 +0000
Changed my name :)
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/info.rkt b/info.rkt
@@ -49,4 +49,4 @@
(define scribblings '(("scribblings/phc-thesis.scrbl" ())))
(define pkg-desc "Description Here")
(define version "0.0")
-(define pkg-authors '(georges))
+(define pkg-authors '(|Suzanne Soy|))
diff --git a/scribblings/phc-thesis.scrbl b/scribblings/phc-thesis.scrbl
@@ -18,7 +18,7 @@
(with-html5 manual-doc-style)
[properties (λ (p) (cons 'toc p))])
#:version (version-text)]{Thesis}
-@author[@author+email["Georges Dupéron" "georges.duperon@gmail.com"]]
+@author[@author+email["Suzanne Soy" "racket@suzanne.soy"]]
@;@(version-text "Document version: " ".")