diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-02-11 00:48:14 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-02-11 00:54:01 +0000 |
commit | 90ef834393c819e708800c1a759c183ccdd25842 (patch) | |
tree | a07023783890e9744479e53f3fa5a1a90a58a483 /packages.lisp | |
parent | 9b3d8e471a8ab5280898095dcef1b77cf7570241 (diff) | |
download | cantedraw-90ef834393c819e708800c1a759c183ccdd25842.tar.gz cantedraw-90ef834393c819e708800c1a759c183ccdd25842.tar.bz2 cantedraw-90ef834393c819e708800c1a759c183ccdd25842.zip |
odraw -> cantedraw
Why name it something unique when this is what I'm going to be making
at the end of it all? Just makes it more confusing for the end user.
Diffstat (limited to 'packages.lisp')
-rw-r--r-- | packages.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.lisp b/packages.lisp index 703f890..7c77f50 100644 --- a/packages.lisp +++ b/packages.lisp @@ -32,6 +32,6 @@ :range :take :split :rev-map)) -(defpackage odraw +(defpackage cantedraw (:use :cl :lib.macros :lib.functions) (:export :start)) |