www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 3fca55362fcb2455fc8f889da8d28b506802adcd
parent c499b6e3f033f84054df7682defed8fa7f52533f
Author: Suzanne Soy <ligo@suzanne.soy>
Date:   Thu,  4 Mar 2021 20:37:49 +0000

Changed my name :)

Diffstat:
MLICENSE-more.md | 2+-
MLICENSE.txt | 2+-
Minfo.rkt | 2+-
Mscribblings/polysemy.scrbl | 2+-
4 files changed, 4 insertions(+), 4 deletions(-)

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