Changed my name :)

This commit is contained in:
Suzanne Soy 2021-03-04 20:38:21 +00:00
parent 976b85d9c6
commit e1f58aaa0f
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
anaphoric
Copyright (c) 2016-2017 Georges Dupéron
Copyright (c) 2016-2017 Suzanne Soy

View File

@ -10,4 +10,4 @@
(define scribblings '(("scribblings/typed-worklist.scrbl" () ("typed-racket"))))
(define pkg-desc "A Typed Racket implementation of a general-purpose worklist, with multiple worklists of different types.")
(define version "0.1")
(define pkg-authors '("Georges Dupéron"))
(define pkg-authors '("Suzanne Soy"))

View File

@ -4,7 +4,7 @@
racket/base))
@title{Typed worklist}
@author[@author+email["Georges Dupéron" "georges.duperon@gmail.com"]]
@author[@author+email["Suzanne Soy" "racket@suzanne.soy"]]
@defmodule[typed-worklist]