commit 20b9afc5f89e098f34ea68ea659a11d00be9f178 parent 6030806eec0377936ce24745c3c44b52f567b3ec Author: Suzanne Soy <ligo@suzanne.soy> Date: Thu, 4 Mar 2021 20:38:19 +0000 Changed my name :) Diffstat:
| M | LICENSE-more.md | | | 2 | +- |
| M | info.rkt | | | 2 | +- |
| M | scribblings/typed-struct-props.scrbl | | | 2 | +- |
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/LICENSE-more.md b/LICENSE-more.md @@ -1,5 +1,5 @@ typed-struct-props -Copyright (c) 2016-2017 Georges Dupéron +Copyright (c) 2016-2017 Suzanne Soy diff --git a/info.rkt b/info.rkt @@ -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")) diff --git a/scribblings/typed-struct-props.scrbl b/scribblings/typed-struct-props.scrbl @@ -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]