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/message-entity-type.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/tg/message-entity-type.lisp') diff --git a/src/tg/message-entity-type.lisp b/src/tg/message-entity-type.lisp index f904509..f964667 100644 --- a/src/tg/message-entity-type.lisp +++ b/src/tg/message-entity-type.lisp @@ -1,7 +1,7 @@ ;; SPDX-License-Identifier: EUPL-1.2 ;; SPDX-FileCopyrightText: 2025 Uko Kokņevičs -(defpackage :ukkoclot/tg/message-entity-type - (:use :c2cl :ukkoclot/enum) +(defpackage :ukkoclot/src/tg/message-entity-type + (:use :c2cl :ukkoclot/src/enum) (:export :message-entity-type :mention @@ -23,7 +23,7 @@ :text-link :text-mention :custom-emoji)) -(in-package :ukkoclot/tg/message-entity-type) +(in-package :ukkoclot/src/tg/message-entity-type) (define-enum message-entity-type (mention "mention") -- cgit v1.2.3