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/tg/method-macros.lisp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/tg/method-macros.lisp') diff --git a/src/tg/method-macros.lisp b/src/tg/method-macros.lisp index 82da47c..00adf95 100644 --- a/src/tg/method-macros.lisp +++ b/src/tg/method-macros.lisp @@ -1,16 +1,16 @@ ;; SPDX-License-Identifier: EUPL-1.2 ;; SPDX-FileCopyrightText: 2025 Uko Kokņevičs -(defpackage :ukkoclot/tg/method-macros +(defpackage :ukkoclot/src/tg/method-macros (:documentation "Macros for easy defining TG methods.") (:use :c2cl :iterate) (:import-from :alexandria :with-gensyms) (:import-from :com.dieggsy.f-string :enable-f-strings) (:import-from :serapeum :take) (:import-from :str) - (:import-from :ukkoclot/state :bot) - (:import-from :ukkoclot/transport :do-call) + (:import-from :ukkoclot/src/state :bot) + (:import-from :ukkoclot/src/transport :do-call) (:export :define-tg-method)) -(in-package :ukkoclot/tg/method-macros) +(in-package :ukkoclot/src/tg/method-macros) (eval-when (:compile-toplevel :load-toplevel :execute) (enable-f-strings)) -- cgit v1.2.3