aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2025-02-14 17:42:09 -0500
committerGravatar Peter McGoron 2025-02-14 17:42:09 -0500
commit6a2bb3869a07dfcc6a0e4084283a29a82504004e (patch)
tree3a09b74aa1c2c7021ce13d2170d15a0ac6c91b44
parentremove quotes from egg file (diff)
fix category in eggHEAD1.0.0master
-rw-r--r--srfi-252.egg2
1 files changed, 1 insertions, 1 deletions
diff --git a/srfi-252.egg b/srfi-252.egg
index a149058..d721b0c 100644
--- a/srfi-252.egg
+++ b/srfi-252.egg
@@ -2,7 +2,7 @@
(maintainer "Peter McGoron")
(version "1.0.0")
(synopsis "Property Testing")
- (category test)
+ (category testing)
(license "MIT")
(dependencies r7rs srfi-1 srfi-64 srfi-158 srfi-194 srfi-143 srfi-144)
(test-dependencies srfi-1 srfi-27 srfi-64 srfi-158 srfi-194)