Changed my name :)

This commit is contained in:
Suzanne Soy 2021-03-04 20:37:42 +00:00
parent d0e61ac7e9
commit ac1ef7072b
3 changed files with 3 additions and 3 deletions

View File

@ -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|))

View File

@ -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

View File

@ -5,7 +5,7 @@
scribble-enhanced]
@title{Polyvalent identifiers with @racket[multi-id]}
@author{Georges Dupéron}
@author{Suzanne Soy}
@defmodule[multi-id]