From 352a98123d2eb5288480805318b8b5502e002531 Mon Sep 17 00:00:00 2001 From: Suzanne Soy Date: Thu, 4 Mar 2021 21:21:41 +0000 Subject: [PATCH] Changed my name :) --- LICENSE.txt | 2 +- info.rkt | 2 +- scribblings/preexpanded.scrbl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 40531f5..9b8a347 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,5 @@ preexpanded -Copyright (c) 2016 georges +Copyright (c) 2016 Suzanne Soy This package is distributed under the GNU Lesser General Public License (LGPL). This means that you can link preexpanded into proprietary diff --git a/info.rkt b/info.rkt index e45c795..fafbb21 100644 --- a/info.rkt +++ b/info.rkt @@ -6,4 +6,4 @@ (define scribblings '(("scribblings/preexpanded.scrbl" ()))) (define pkg-desc "Description Here") (define version "0.0") -(define pkg-authors '(georges)) +(define pkg-authors '(|Suzanne Soy|)) diff --git a/scribblings/preexpanded.scrbl b/scribblings/preexpanded.scrbl index ab597b3..291c6df 100644 --- a/scribblings/preexpanded.scrbl +++ b/scribblings/preexpanded.scrbl @@ -3,7 +3,7 @@ racket/base]] @title{preexpanded} -@author{georges} +@author[@author+email["Suzanne Soy" "racket@suzanne.soy"]] @defmodule[preexpanded]