From 3fca55362fcb2455fc8f889da8d28b506802adcd Mon Sep 17 00:00:00 2001 From: Suzanne Soy Date: Thu, 4 Mar 2021 20:37:49 +0000 Subject: [PATCH] Changed my name :) --- LICENSE-more.md | 2 +- LICENSE.txt | 2 +- info.rkt | 2 +- scribblings/polysemy.scrbl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE-more.md b/LICENSE-more.md index 5b14150..a83df29 100644 --- a/LICENSE-more.md +++ b/LICENSE-more.md @@ -1,5 +1,5 @@ polysemy -Copyright (c) 2016-2017 Georges Dupéron +Copyright (c) 2016-2017 Suzanne Soy diff --git a/LICENSE.txt b/LICENSE.txt index 5b14150..a83df29 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,5 @@ polysemy -Copyright (c) 2016-2017 Georges Dupéron +Copyright (c) 2016-2017 Suzanne Soy diff --git a/info.rkt b/info.rkt index 3b2705e..f9b74ca 100644 --- a/info.rkt +++ b/info.rkt @@ -8,4 +8,4 @@ (define pkg-desc "Polysemic identifiers, each meaning can be required and renamed separately") (define version "0.1") -(define pkg-authors '("Georges Dupéron")) +(define pkg-authors '("Suzanne Soy")) diff --git a/scribblings/polysemy.scrbl b/scribblings/polysemy.scrbl index 1188634..c15f39d 100644 --- a/scribblings/polysemy.scrbl +++ b/scribblings/polysemy.scrbl @@ -7,7 +7,7 @@ polysemy)) @title{Polysemy: support for polysemic identifiers} -@author[@author+email["Georges Dupéron" "georges.duperon@gmail.com"]] +@author[@author+email["Suzanne Soy" "racket@suzanne.soy"]] @defmodule[polysemy]