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

View file

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