diff options
| author | 2025-02-14 17:42:09 -0500 | |
|---|---|---|
| committer | 2025-02-14 17:42:09 -0500 | |
| commit | 6a2bb3869a07dfcc6a0e4084283a29a82504004e (patch) | |
| tree | 3a09b74aa1c2c7021ce13d2170d15a0ac6c91b44 | |
| parent | remove quotes from egg file (diff) | |
| -rw-r--r-- | srfi-252.egg | 2 |
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) |
