Changed my name :)

This commit is contained in:
Suzanne Soy 2021-03-04 20:37:34 +00:00
parent fed2278132
commit 9e93ef93b0
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -7,7 +7,7 @@
racket/stxparam]] racket/stxparam]]
@title{Dotted identifiers and @racket[λ<arg>.code] syntax} @title{Dotted identifiers and @racket[λ<arg>.code] syntax}
@author[@author+email["Georges Dupéron" "georges.duperon@gmail.com"]] @author[@author+email["Suzanne Soy" "racket@suzanne.soy"]]
@(begin @(begin
(module orig-racket/base racket/base (module orig-racket/base racket/base

View File

@ -17,4 +17,4 @@
(define pkg-desc (define pkg-desc
"Splits dotted identifiers like a.b.c, also supports λ<arg>.(code) syntax") "Splits dotted identifiers like a.b.c, also supports λ<arg>.(code) syntax")
(define version "0.2") (define version "0.2")
(define pkg-authors '("Georges Dupéron")) (define pkg-authors '("Suzanne Soy"))