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/callback-query.lisp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/tg/callback-query.lisp') diff --git a/src/tg/callback-query.lisp b/src/tg/callback-query.lisp index 3f8cf2d..8dc88d1 100644 --- a/src/tg/callback-query.lisp +++ b/src/tg/callback-query.lisp @@ -1,10 +1,10 @@ ;; SPDX-License-Identifier: EUPL-1.2 ;; SPDX-FileCopyrightText: 2025 Uko Kokņevičs -(defpackage :ukkoclot/tg/callback-query - (:use :c2cl :ukkoclot/tg/type-macros) +(defpackage :ukkoclot/src/tg/callback-query + (:use :c2cl :ukkoclot/src/tg/type-macros) (:use - :ukkoclot/tg/message - :ukkoclot/tg/user) + :ukkoclot/src/tg/message + :ukkoclot/src/tg/user) (:export #:callback-query #:make-callback-query @@ -17,7 +17,7 @@ #:callback-query-chat-instance #:callback-query-data #:callback-query-game-short-name)) -(in-package :ukkoclot/tg/callback-query) +(in-package :ukkoclot/src/tg/callback-query) (define-tg-type callback-query (id string) -- cgit v1.2.3