www

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

commit 963de56ea8aac0941d07313c0900b63ee12a0126
parent d254963487403d3e742e1c2c818140873c36d8f5
Author: Suzanne Soy <ligo@suzanne.soy>
Date:   Thu,  4 Mar 2021 20:37:45 +0000

Changed my name :)

Diffstat:
Mphc-adt-doc/info.rkt | 2+-
Mphc-adt-doc/phc-adt/scribblings/phc-adt-implementation.scrbl | 2+-
Mphc-adt-lib/info.rkt | 2+-
Mphc-adt-test/info.rkt | 2+-
Mphc-adt/info.rkt | 2+-
5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/phc-adt-doc/info.rkt b/phc-adt-doc/info.rkt @@ -22,4 +22,4 @@ "datatype")) (define pkg-desc "Algebraic Datatypes tailored for writing compilers (documentation only)") (define version "1.1") -(define pkg-authors '("Georges Dupéron")) +(define pkg-authors '("Suzanne Soy")) diff --git a/phc-adt-doc/phc-adt/scribblings/phc-adt-implementation.scrbl b/phc-adt-doc/phc-adt/scribblings/phc-adt-implementation.scrbl @@ -1,7 +1,7 @@ #lang scribble/manual @title{Algebraic Data Types for compilers: Implementation} -@author[@author+email["Georges Dupéron" "georges.duperon@gmail.com"]] +@author[@author+email["Suzanne Soy" "racket@suzanne.soy"]] This library is implemented using literate programming. The implementation details are presented in the following sections. The user documentation is in diff --git a/phc-adt-lib/info.rkt b/phc-adt-lib/info.rkt @@ -22,4 +22,4 @@ "scribble-math")) (define pkg-desc "Algebraic Datatypes tailored for writing compilers (tests are in phc-adt-test)") (define version "1.1") -(define pkg-authors '("Georges Dupéron")) +(define pkg-authors '("Suzanne Soy")) diff --git a/phc-adt-test/info.rkt b/phc-adt-test/info.rkt @@ -11,4 +11,4 @@ (define build-deps '()) (define pkg-desc "Tests for the phc-adt library") (define version "1.1") -(define pkg-authors '("Georges Dupéron")) +(define pkg-authors '("Suzanne Soy")) diff --git a/phc-adt/info.rkt b/phc-adt/info.rkt @@ -9,4 +9,4 @@ (define build-deps '()) (define pkg-desc "Algebraic Datatypes tailored for writing compilers") (define version "1.1") -(define pkg-authors '("Georges Dupéron")) +(define pkg-authors '("Suzanne Soy"))