Skip to content

Commit f7f6a07

Browse files
committed
Add the license field to info.rkt
I use LGPL-3.0-only here. LGPL-3.0-or-later is another possibility, but I opt for the conservative one. Let me know if this should be changed. As a side-effect, this should trigger a rebuild, which hopefully will fix the current build failure at https://pkg-build.racket-lang.org/server/built/fail/pict3d.txt
1 parent b73e77c commit f7f6a07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

info.rkt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@
3636
(define pkg-authors '(ntoronto))
3737

3838
(define version "1.2")
39+
(define license 'LGPL-3.0-only)

0 commit comments

Comments
 (0)