From 1136642b8d42a6a1b8708eb750921711b8ee90a7 Mon Sep 17 00:00:00 2001 From: Suzanne Soy Date: Fri, 26 Feb 2021 03:09:13 +0000 Subject: [PATCH] Changed my name :) --- LICENSE-more.md | 2 +- info.rkt | 2 +- scribblings/delay-pure.scrbl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE-more.md b/LICENSE-more.md index 633a589..c8a5b9f 100644 --- a/LICENSE-more.md +++ b/LICENSE-more.md @@ -1,5 +1,5 @@ delay-pure -Copyright (c) 2016-2017 Georges Dupéron +Copyright (c) 2016-2017 Suzanne Soy diff --git a/info.rkt b/info.rkt index bc0b17c..51ae257 100644 --- a/info.rkt +++ b/info.rkt @@ -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")) diff --git a/scribblings/delay-pure.scrbl b/scribblings/delay-pure.scrbl index 0bb323a..23bbaaf 100644 --- a/scribblings/delay-pure.scrbl +++ b/scribblings/delay-pure.scrbl @@ -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]