parent
68b2b76b8b
commit
6da7e96b29
3 changed files with 4 additions and 8 deletions
3
LICENSE
3
LICENSE
|
@ -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:
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue