From e1f58aaa0f455971ce3403747ca7ccedad825214 Mon Sep 17 00:00:00 2001 From: Suzanne Soy Date: Thu, 4 Mar 2021 20:38:21 +0000 Subject: [PATCH] Changed my name :) --- LICENSE-more.md | 2 +- info.rkt | 2 +- scribblings/typed-worklist.scrbl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE-more.md b/LICENSE-more.md index e4716f7..c1699d4 100644 --- a/LICENSE-more.md +++ b/LICENSE-more.md @@ -1,5 +1,5 @@ anaphoric -Copyright (c) 2016-2017 Georges Dupéron +Copyright (c) 2016-2017 Suzanne Soy diff --git a/info.rkt b/info.rkt index 72844eb..96f9a3d 100644 --- a/info.rkt +++ b/info.rkt @@ -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")) diff --git a/scribblings/typed-worklist.scrbl b/scribblings/typed-worklist.scrbl index 86f26e3..f06211d 100644 --- a/scribblings/typed-worklist.scrbl +++ b/scribblings/typed-worklist.scrbl @@ -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]