Changed my name :)

This commit is contained in:
Suzanne Soy 2021-03-04 21:04:56 +00:00
parent 40c26708c8
commit 1e72acf4e6
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
example-bug-track-submodule example-bug-track-submodule
Copyright (c) 2016 georges Copyright (c) 2016 Suzanne Soy
This package is distributed under the GNU Lesser General Public This package is distributed under the GNU Lesser General Public
License (LGPL). This means that you can link example-bug-track-submodule into proprietary License (LGPL). This means that you can link example-bug-track-submodule into proprietary

View File

@ -6,4 +6,4 @@
(define scribblings '(("scribblings/example-bug-track-submodule.scrbl" ()))) (define scribblings '(("scribblings/example-bug-track-submodule.scrbl" ())))
(define pkg-desc "Description Here") (define pkg-desc "Description Here")
(define version "0.0") (define version "0.0")
(define pkg-authors '(georges)) (define pkg-authors '(|Suzanne Soy|))

View File

@ -3,7 +3,7 @@
racket/base)) racket/base))
@title{example-bug-track-submodule} @title{example-bug-track-submodule}
@author{georges} @author[@author+email["Suzanne Soy" "racket@suzanne.soy"]]
@defmodule[example-bug-track-submodule] @defmodule[example-bug-track-submodule]