~ chicken-core (chicken-5) 9e5c32cf66326d0c3ceb2585a8be1f0974577810


commit 9e5c32cf66326d0c3ceb2585a8be1f0974577810
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Tue Nov 15 16:36:27 2016 +0100
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Tue Nov 15 16:36:27 2016 +0100

    removed alternatives for some egg properties

diff --git a/egg-information.scm b/egg-information.scm
index 0189fc80..daaba3bd 100644
--- a/egg-information.scm
+++ b/egg-information.scm
@@ -22,7 +22,6 @@
 ;; ENTRY = (NAME TOPLEVEL? NESTED? NAMED? [VALIDATOR])
 (define egg-info-items
   `((synopsis #t #f #f)
-    (authors #t #f #f)
     (author #t #f #f)
     (category #t #f #f)
     (license #t #f #f)
@@ -35,7 +34,6 @@
     (platform #t #f #f)
     (doc-from-wiki #t #f #f)
     (installed-files #t #f #f ,list?)
-    (maintainers #t #f #f)
     (maintainer #t #f #f)
     (files #f #t #f ,list?)
     (source #f #f #f)
Trap