From 20b9afc5f89e098f34ea68ea659a11d00be9f178 Mon Sep 17 00:00:00 2001 From: Suzanne Soy Date: Thu, 4 Mar 2021 20:38:19 +0000 Subject: [PATCH] Changed my name :) --- LICENSE-more.md | 2 +- info.rkt | 2 +- scribblings/typed-struct-props.scrbl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE-more.md b/LICENSE-more.md index e80b833..ca7ca51 100644 --- 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 index a6757d1..9d65277 100644 --- 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 index b4f7fa5..0a34b34 100644 --- 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]