commit f4ee90f3fa5cf4508bade4db61b1e9dc075cf86e
parent e61454db13bab1c7749745a62821ad0a17adc26f
Author: Suzanne Soy <ligo@suzanne.soy>
Date: Thu, 4 Mar 2021 20:38:16 +0000
Changed my name :)
Diffstat:
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/LICENSE-more.md b/LICENSE-more.md
@@ -1,5 +1,5 @@
anaphoric
-Copyright (c) 2016-2017 Georges Dupéron
+Copyright (c) 2016-2017 Suzanne Soy
diff --git a/typed-map-doc/info.rkt b/typed-map-doc/info.rkt
@@ -12,4 +12,4 @@
" Supports afl, un-annotated lambdas and polymorphic"
" functions."))
(define version "1.0")
-(define pkg-authors '("Georges Dupéron"))
+(define pkg-authors '("Suzanne Soy"))
diff --git a/typed-map-doc/typed-map/scribblings/typed-map.scrbl b/typed-map-doc/typed-map/scribblings/typed-map.scrbl
@@ -12,7 +12,7 @@
@(require 'orig)
@title{Type inference helper for @orig:map}
-@author[@author+email["Georges Dupéron" "georges.duperon@gmail.com"]]
+@author[@author+email["Suzanne Soy" "racket@suzanne.soy"]]
@defmodule[typed-map]
diff --git a/typed-map-lib/info.rkt b/typed-map-lib/info.rkt
@@ -8,4 +8,4 @@
" Supports afl, un-annotated lambdas and polymorphic"
" functions."))
(define version "1.0")
-(define pkg-authors '("Georges Dupéron"))
+(define pkg-authors '("Suzanne Soy"))
diff --git a/typed-map-test/info.rkt b/typed-map-test/info.rkt
@@ -8,4 +8,4 @@
(define build-deps '("aful"))
(define pkg-desc "Tests for typed-map-lib")
(define version "1.0")
-(define pkg-authors '("Georges Dupéron"))
+(define pkg-authors '("Suzanne Soy"))
diff --git a/typed-map/info.rkt b/typed-map/info.rkt
@@ -12,4 +12,4 @@
" Supports afl, un-annotated lambdas and polymorphic"
" functions."))
(define version "1.0")
-(define pkg-authors '("Georges Dupéron"))
+(define pkg-authors '("Suzanne Soy"))