From 3b2af0dccba0b51d1d43bc950cf1b2a9f8fecfa6 Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Sun, 19 Oct 2025 07:26:56 +0300 Subject: Migrate packages from :ukkoclot to :ukkoclot/src --- src/state.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/state.lisp') diff --git a/src/state.lisp b/src/state.lisp index 597f0a8..6348ee3 100644 --- a/src/state.lisp +++ b/src/state.lisp @@ -1,6 +1,6 @@ ;; SPDX-License-Identifier: EUPL-1.2 ;; SPDX-FileCopyrightText: 2025 Uko Kokņevičs -(defpackage :ukkoclot/state +(defpackage :ukkoclot/src/state (:documentation "Holds the global state") (:use :c2cl) (:import-from :com.dieggsy.f-string :enable-f-strings) @@ -15,7 +15,7 @@ #:bot-power-on #:bot-username% #:bot-id%)) -(in-package :ukkoclot/state) +(in-package :ukkoclot/src/state) (enable-f-strings) -- cgit v1.2.3