aboutsummaryrefslogtreecommitdiff
path: root/all.lisp
diff options
context:
space:
mode:
authorGene Pasquet <dev@etenil.net>2026-07-26 10:53:38 +0100
committerGene Pasquet <dev@etenil.net>2026-07-26 10:53:38 +0100
commitd169662aa6f342345acb71e08a9ab93df95ea4b5 (patch)
tree8e6dd18b170f9f2e3feab1065883b525a7d66d24 /all.lisp
parentc9c3db4c0b6656203516c15f2881fae08731c327 (diff)
Rename package
Diffstat (limited to 'all.lisp')
-rw-r--r--all.lisp6
1 files changed, 3 insertions, 3 deletions
diff --git a/all.lisp b/all.lisp
index fa0b0d1..23d1bcb 100644
--- a/all.lisp
+++ b/all.lisp
@@ -1,6 +1,6 @@
(uiop:define-package
- :solar-short/all
+ :haiku-book/all
(:export)
(:mix-reexport
- :solar-short/frame
- :solar-short/class))
+ :haiku-book/frame
+ :haiku-book/class))