diff --git a/LICENSE.txt b/LICENSE.txt index 7c05dd8..0f070bf 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,5 @@ example-bug-track-submodule -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 example-bug-track-submodule into proprietary diff --git a/info.rkt b/info.rkt index 01fe34c..9eed2d0 100644 --- a/info.rkt +++ b/info.rkt @@ -6,4 +6,4 @@ (define scribblings '(("scribblings/example-bug-track-submodule.scrbl" ()))) (define pkg-desc "Description Here") (define version "0.0") -(define pkg-authors '(georges)) +(define pkg-authors '(|Suzanne Soy|)) diff --git a/scribblings/example-bug-track-submodule.scrbl b/scribblings/example-bug-track-submodule.scrbl index 2092b9c..17e05c8 100644 --- a/scribblings/example-bug-track-submodule.scrbl +++ b/scribblings/example-bug-track-submodule.scrbl @@ -3,7 +3,7 @@ racket/base)) @title{example-bug-track-submodule} -@author{georges} +@author[@author+email["Suzanne Soy" "racket@suzanne.soy"]] @defmodule[example-bug-track-submodule]