I maintain planet

This commit is contained in:
Robby Findler 2014-04-28 12:18:54 -05:00
parent 2677568b3d
commit 6343159701
4 changed files with 4 additions and 4 deletions

View File

@ -8,6 +8,6 @@
(define pkg-desc "documentation part of \"planet\"")
(define pkg-authors '(mflatt))
(define pkg-authors '(mflatt robby))
(define build-deps '("racket-doc"
"scribble-doc"))

View File

@ -5,4 +5,4 @@
(define pkg-desc "implementation (no documentation) part of \"planet\"")
(define pkg-authors '(mflatt))
(define pkg-authors '(mflatt robby))

View File

@ -6,7 +6,7 @@
(define pkg-desc "tests for \"planet-lib\"")
(define pkg-authors '(mflatt))
(define pkg-authors '(mflatt robby))
(define build-deps '("eli-tester"
"planet-lib"
"rackunit-lib"

View File

@ -7,4 +7,4 @@
(define pkg-desc "Legacy support for automatic package distribution")
(define pkg-authors '(mflatt))
(define pkg-authors '(mflatt robby))