From d169662aa6f342345acb71e08a9ab93df95ea4b5 Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Sun, 26 Jul 2026 10:53:38 +0100 Subject: Rename package --- frame.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'frame.lisp') diff --git a/frame.lisp b/frame.lisp index a4313c9..ed6a786 100644 --- a/frame.lisp +++ b/frame.lisp @@ -1,10 +1,10 @@ (uiop:define-package - :solar-short/frame + :haiku-book/frame (:export) - (:mix-reexport :solar-short/class) + (:mix-reexport :haiku-book/class) (:mix :clim :clim-lisp)) -(in-package :solar-short/frame) +(in-package :haiku-book/frame) (define-application-frame read-haiku -- cgit v1.2.3