From 6da7e96b29045283b83abd76abe8e81234fa4f63 Mon Sep 17 00:00:00 2001
From: paku <paku@skyizwhite.dev>
Date: Sun, 23 Feb 2025 14:20:58 +0900
Subject: [PATCH] Update author

---
 LICENSE     | 3 +--
 README.md   | 5 +----
 lack-mw.asd | 4 ++--
 3 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/LICENSE b/LICENSE
index f1274ad..1518748 100644
--- a/LICENSE
+++ b/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:
 
diff --git a/README.md b/README.md
index 7185e5e..62cd256 100644
--- a/README.md
+++ b/README.md
@@ -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
\ No newline at end of file
+© 2024 Akira Tempaku
diff --git a/lack-mw.asd b/lack-mw.asd
index c52c3ce..8f09f99 100644
--- a/lack-mw.asd
+++ b/lack-mw.asd
@@ -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"