commit 9971ab12121dd5c064ff7b4903e8e292f9744a2e
parent 89133cdc9b2f16151dbf2970c2bfef1bdf6fa59f
Author: Suzanne Soy <ligo@suzanne.soy>
Date: Fri, 26 Feb 2021 15:16:06 +0000
Changed my name :)
Diffstat:
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
@@ -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
@@ -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]