Changed my name :)

This commit is contained in:
Suzanne Soy 2021-02-26 03:09:13 +00:00
parent 1077eadde3
commit 1136642b8d
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -16,4 +16,4 @@
" Should be sound for occurrence typing (unlike"
" delay/name) because only pure functions are allowed."))
(define version "1.0")
(define pkg-authors '("Georges Dupéron"))
(define pkg-authors '("Suzanne Soy"))

View File

@ -23,7 +23,7 @@
@(require 'tr)
@title{Pure functions and promises}
@author[@author+email["Georges Dupéron" "georges.duperon@gmail.com"]]
@author[@author+email["Suzanne Soy" "racket@suzanne.soy"]]
@defmodule[delay-pure]