From 38fc87f33016b1fc8260e14c3b86b32b586ef97e Mon Sep 17 00:00:00 2001 From: Sam Tobin-Hochstadt Date: Sun, 20 Oct 2013 09:52:15 -0400 Subject: [PATCH] Fix pkg infor for `distributed-places-test`. --- pkgs/distributed-places-pkgs/distributed-places-test/info.rkt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/distributed-places-pkgs/distributed-places-test/info.rkt b/pkgs/distributed-places-pkgs/distributed-places-test/info.rkt index 6dc42813fd..225564d757 100644 --- a/pkgs/distributed-places-pkgs/distributed-places-test/info.rkt +++ b/pkgs/distributed-places-pkgs/distributed-places-test/info.rkt @@ -1,2 +1,5 @@ #lang info (define deps '("distributed-places-lib" "base")) +(define pkg-desc "tests for of \"distributed-places\"") + +(define pkg-authors '(tewk))