Changed my name :)

This commit is contained in:
Suzanne Soy 2021-02-26 15:16:06 +00:00
parent 89133cdc9b
commit 9971ab1212
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
anaphoric
Copyright (c) 2016-2017 Georges Dupéron
Copyright (c) 2016-2017 Suzanne Soy

View File

@ -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|))

View File

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