Changed my name :)

This commit is contained in:
Suzanne Soy 2021-03-04 20:38:19 +00:00
parent 6030806eec
commit 20b9afc5f8
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -16,4 +16,4 @@
" backward-compatible when Typed/Racket officially supports"
" (or rejects) structure type properties."))
(define version "1.0")
(define pkg-authors '("Georges Dupéron"))
(define pkg-authors '("Suzanne Soy"))

View File

@ -3,7 +3,7 @@
racket/base]]
@title{Struct type properties for Typed/Racket}
@author[@author+email["Georges Dupéron" "georges.duperon@gmail.com"]]
@author[@author+email["Suzanne Soy" "racket@suzanne.soy"]]
@defmodule[typed-struct-props]