Changed my name :)
This commit is contained in:
parent
976b85d9c6
commit
e1f58aaa0f
|
@ -1,5 +1,5 @@
|
|||
anaphoric
|
||||
Copyright (c) 2016-2017 Georges Dupéron
|
||||
Copyright (c) 2016-2017 Suzanne Soy
|
||||
|
||||
|
||||
|
||||
|
|
2
info.rkt
2
info.rkt
|
@ -10,4 +10,4 @@
|
|||
(define scribblings '(("scribblings/typed-worklist.scrbl" () ("typed-racket"))))
|
||||
(define pkg-desc "A Typed Racket implementation of a general-purpose worklist, with multiple worklists of different types.")
|
||||
(define version "0.1")
|
||||
(define pkg-authors '("Georges Dupéron"))
|
||||
(define pkg-authors '("Suzanne Soy"))
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
racket/base))
|
||||
|
||||
@title{Typed worklist}
|
||||
@author[@author+email["Georges Dupéron" "georges.duperon@gmail.com"]]
|
||||
@author[@author+email["Suzanne Soy" "racket@suzanne.soy"]]
|
||||
|
||||
@defmodule[typed-worklist]
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user