From 9971ab12121dd5c064ff7b4903e8e292f9744a2e Mon Sep 17 00:00:00 2001 From: Suzanne Soy Date: Fri, 26 Feb 2021 15:16:06 +0000 Subject: [PATCH] Changed my name :) --- LICENSE-more.md | 2 +- info.rkt | 2 +- scribblings/anaphoric.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 929a86a..92c1bd8 100644 --- a/info.rkt +++ b/info.rkt @@ -7,4 +7,4 @@ (define compile-omit-paths '("test/")) (define pkg-desc "Anaphoric versions of `if`, `when` and `cond`. They bind the value of the condition expression to `it`.") (define version "0.1") -(define pkg-authors '(|Georges Dupéron|)) +(define pkg-authors '(|Suzanne Soy|)) diff --git a/scribblings/anaphoric.scrbl b/scribblings/anaphoric.scrbl index dcf0821..1a65efc 100644 --- a/scribblings/anaphoric.scrbl +++ b/scribblings/anaphoric.scrbl @@ -3,7 +3,7 @@ racket/base]] @title{Anaphoric conditionals} -@author[@author+email["Georges Dupéron" "georges.duperon@gmail.com"]] +@author[@author+email["Suzanne Soy" "racket@suzanne.soy"]] @defmodule[anaphoric]