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/answer-callback-query.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/tg/answer-callback-query.lisp') diff --git a/src/tg/answer-callback-query.lisp b/src/tg/answer-callback-query.lisp index c7ecb5f..0bf958f 100644 --- a/src/tg/answer-callback-query.lisp +++ b/src/tg/answer-callback-query.lisp @@ -1,9 +1,9 @@ ;; SPDX-License-Identifier: EUPL-1.2 ;; SPDX-FileCopyrightText: 2025 Uko Kokņevičs -(defpackage :ukkoclot/tg/answer-callback-query - (:use :c2cl :ukkoclot/tg/method-macros) +(defpackage :ukkoclot/src/tg/answer-callback-query + (:use :c2cl :ukkoclot/src/tg/method-macros) (:export :answer-callback-query)) -(in-package :ukkoclot/tg/answer-callback-query) +(in-package :ukkoclot/src/tg/answer-callback-query) (define-tg-method (answer-callback-query boolean) (callback-query-id string) -- cgit v1.2.3