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/main.lisp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/main.lisp') diff --git a/src/main.lisp b/src/main.lisp index be17168..07a486b 100644 --- a/src/main.lisp +++ b/src/main.lisp @@ -1,22 +1,22 @@ ;; SPDX-License-Identifier: EUPL-1.2 ;; SPDX-FileCopyrightText: 2025 Uko Kokņevičs -(defpackage :ukkoclot/main +(defpackage :ukkoclot/src/main (:nicknames :ukkoclot) - (:use :c2cl :iterate :ukkoclot/inline-bots :ukkoclot/tg) + (:use :c2cl :iterate :ukkoclot/src/inline-bots :ukkoclot/src/tg) (:import-from :alexandria :when-let) (:import-from :com.dieggsy.f-string :enable-f-strings) (:import-from :conf) (:import-from :log) (:import-from :serapeum :drop) (:import-from :str) - (:import-from :ukkoclot/db :with-db) - (:import-from :ukkoclot/serializing :fixup-value) - (:import-from :ukkoclot/state :make-bot :bot-power-on) - (:import-from :ukkoclot/strings :escape-xml :is-tg-whitespace :is-tg-whitespace-str) + (:import-from :ukkoclot/src/db :with-db) + (:import-from :ukkoclot/src/serializing :fixup-value) + (:import-from :ukkoclot/src/state :make-bot :bot-power-on) + (:import-from :ukkoclot/src/strings :escape-xml :is-tg-whitespace :is-tg-whitespace-str) (:local-nicknames (:jzon :com.inuoe.jzon)) (:export :main)) -(in-package :ukkoclot/main) +(in-package :ukkoclot/src/main) (enable-f-strings) -- cgit v1.2.3