info.rkt: define license

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć 2023-01-27 20:35:34 +01:00
parent f7dd369f58
commit da047da3e6
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A

View File

@ -23,4 +23,5 @@
(define test-omit-paths '("resources/"))
(define pkg-desc "Enhancements for the scribble language")
(define version "0.3")
(define license 'LGPL-3.0-or-later)
(define pkg-authors '(|Suzanne Soy|))