diff options
Diffstat (limited to 'src/tg/animation.lisp')
| -rw-r--r-- | src/tg/animation.lisp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tg/animation.lisp b/src/tg/animation.lisp index cae4933..3c95c1a 100644 --- a/src/tg/animation.lisp +++ b/src/tg/animation.lisp | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;; SPDX-License-Identifier: EUPL-1.2 | 1 | ;; SPDX-License-Identifier: EUPL-1.2 |
| 2 | ;; SPDX-FileCopyrightText: 2025 Uko Kokņevičs <perkontevs@gmail.com> | 2 | ;; SPDX-FileCopyrightText: 2025 Uko Kokņevičs <perkontevs@gmail.com> |
| 3 | (defpackage :ukkoclot/tg/animation | 3 | (defpackage :ukkoclot/src/tg/animation |
| 4 | (:use :c2cl :ukkoclot/tg/type-macros :ukkoclot/tg/photo-size) | 4 | (:use :c2cl :ukkoclot/src/tg/type-macros :ukkoclot/src/tg/photo-size) |
| 5 | (:export | 5 | (:export |
| 6 | #:animation | 6 | #:animation |
| 7 | #:make-animation | 7 | #:make-animation |
| @@ -16,7 +16,7 @@ | |||
| 16 | #:animation-file-name | 16 | #:animation-file-name |
| 17 | #:animation-mime-type | 17 | #:animation-mime-type |
| 18 | #:animation-file-size)) | 18 | #:animation-file-size)) |
| 19 | (in-package :ukkoclot/tg/animation) | 19 | (in-package :ukkoclot/src/tg/animation) |
| 20 | 20 | ||
| 21 | (define-tg-type animation | 21 | (define-tg-type animation |
| 22 | (file-id string) | 22 | (file-id string) |