commit ac1ef7072b538fcb112f78bf170cc5b4dd5f5138
parent d0e61ac7e9a18a079f5671075604c68abd43b1ef
Author: Suzanne Soy <ligo@suzanne.soy>
Date: Thu, 4 Mar 2021 20:37:42 +0000
Changed my name :)
Diffstat:
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/info.rkt b/info.rkt
@@ -16,4 +16,4 @@
("multi-id.hl.rkt" () (omit-start))))
(define pkg-desc "Description Here")
(define version "0.9")
-(define pkg-authors '(|Georges Dupéron|))
+(define pkg-authors '(|Suzanne Soy|))
diff --git a/multi-id.hl.rkt b/multi-id.hl.rkt
@@ -20,7 +20,7 @@
@(chunks-toc-prefix
'("(lib multi-id/multi-id.hl.rkt)"))
-@author[@author+email["Georges Dupéron" "georges.duperon@gmail.com"]]
+@author[@author+email["Suzanne Soy" "racket@suzanne.soy"]]
This document describes the implementation of the
@racketmodname[multi-id] library, using literate
diff --git a/scribblings/multi-id.scrbl b/scribblings/multi-id.scrbl
@@ -5,7 +5,7 @@
scribble-enhanced]
@title{Polyvalent identifiers with @racket[multi-id]}
-@author{Georges Dupéron}
+@author{Suzanne Soy}
@defmodule[multi-id]