Changed my name :)

This commit is contained in:
Suzanne Soy 2021-03-04 20:38:06 +00:00
parent d3ede272e4
commit ff4fe9ba82
2 changed files with 2 additions and 2 deletions

View File

@ -12,5 +12,5 @@
(define scribblings '(("scribblings/scribble-math.scrbl" ()))) (define scribblings '(("scribblings/scribble-math.scrbl" ())))
(define pkg-desc "Typesetting math and Asymptote figures in Scribble documents") (define pkg-desc "Typesetting math and Asymptote figures in Scribble documents")
(define version "0.10") (define version "0.10")
(define pkg-authors '(|Georges Dupéron| (define pkg-authors '(|Suzanne Soy|
|Jens Axel Søgaard|)) |Jens Axel Søgaard|))

View File

@ -27,7 +27,7 @@
@title[#:style (with-html5 manual-doc-style)]{@racketmodname[scribble-math]} @title[#:style (with-html5 manual-doc-style)]{@racketmodname[scribble-math]}
@author[ @author[
@author+email["Jens Axel Søgaard" "jensaxel@soegaard.net"] @author+email["Jens Axel Søgaard" "jensaxel@soegaard.net"]
@author+email["Georges Dupéron" "georges.duperon@gmail.com"]] @author+email["Suzanne Soy" "racket@suzanne.soy"]]
@defmodule[scribble-math] @defmodule[scribble-math]