Update author

This commit is contained in:
Akira Tempaku 2025-02-23 14:20:58 +09:00
parent 68b2b76b8b
commit 6da7e96b29
Signed by: paku
GPG key ID: 5B4E8402BCC50607
3 changed files with 4 additions and 8 deletions

View file

@ -1,5 +1,4 @@
Copyright 2024 - present, skyizwhite
Copyright 2021 - present, Yusuke Wada and Hono contributors
Copyright 2024 Akira Tempaku
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

View file

@ -1,7 +1,6 @@
# lack-mw
Middleware collection for [Lack](https://github.com/fukamachi/lack).
Some middlewares have been ported from [Hono](https://github.com/honojs/hono).
## Middlewares
@ -12,6 +11,4 @@ Some middlewares have been ported from [Hono](https://github.com/honojs/hono).
Licensed under the MIT License.
© 2024 - present, skyizwhite
© 2021 - present, Yusuke Wada and Hono contributors
© 2024 Akira Tempaku

View file

@ -1,7 +1,7 @@
(defsystem "lack-mw"
:description "Middleware collection for Lack"
:author "skyizwhite"
:maintainer "skyizwhite <paku@skyizwhite.dev>"
:author "Akira Tempaku"
:maintainer "Akira Tempaku <paku@skyizwhite.dev>"
:license "MIT"
:class :package-inferred-system
:pathname "src"