diff options
author | Colin Okay <colin@cicadas.surf> | 2022-07-05 09:36:53 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-07-05 09:36:53 -0500 |
commit | 8c94460d8c8f8b44ca9bcdebbf2906e84c969b19 (patch) | |
tree | 8b130a592c825844fc46395654f2bfe1d9ac7775 /wheelwork.asd | |
parent | 6b46ffc690dd5636fbd75ded634bf47f334eee99 (diff) |
[modify] [license] from artistic to gpl
Diffstat (limited to 'wheelwork.asd')
-rw-r--r-- | wheelwork.asd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wheelwork.asd b/wheelwork.asd index 8cec8d9..095c949 100644 --- a/wheelwork.asd +++ b/wheelwork.asd @@ -3,7 +3,7 @@ (asdf:defsystem #:wheelwork :description "A sprite system for games and GUIs" :author "colin <colin@cicadas.surf>" - :license "Artistic-2.0" + :license "GPL-3.0" :version "0.0.1" :serial t :depends-on (#:cl-opengl |