www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit e1f58aaa0f455971ce3403747ca7ccedad825214
parent 976b85d9c6c7956184e0c3843a15bc727173719c
Author: Suzanne Soy <ligo@suzanne.soy>
Date:   Thu,  4 Mar 2021 20:38:21 +0000

Changed my name :)

Diffstat:
MLICENSE-more.md | 2+-
Minfo.rkt | 2+-
Mscribblings/typed-worklist.scrbl | 2+-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git 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 @@ -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 @@ -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]