www

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

commit 352a98123d2eb5288480805318b8b5502e002531
parent 16c14f69ca97f9a99cf12884728853e8e4da218a
Author: Suzanne Soy <ligo@suzanne.soy>
Date:   Thu,  4 Mar 2021 21:21:41 +0000

Changed my name :)

Diffstat:
MLICENSE.txt | 2+-
Minfo.rkt | 2+-
Mscribblings/preexpanded.scrbl | 2+-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git 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 @@ -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 @@ -3,7 +3,7 @@ racket/base]] @title{preexpanded} -@author{georges} +@author[@author+email["Suzanne Soy" "racket@suzanne.soy"]] @defmodule[preexpanded]