From 19baec2ee0531ad40ee0985d1af7cce7a9c2e539 Mon Sep 17 00:00:00 2001
From: paku <paku@skyizwhite.dev>
Date: Sun, 23 Feb 2025 14:15:05 +0900
Subject: [PATCH] Update author

---
 LICENSE   | 2 +-
 README.md | 2 +-
 hsx.asd   | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/LICENSE b/LICENSE
index 58acce5..54e8057 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright 2024 skyizwhite
+Copyright 2024 Akira Tempaku
 Copyright 2018 Bo Yao
 
 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 d07a845..cf54ef1 100644
--- a/README.md
+++ b/README.md
@@ -146,6 +146,6 @@ Generates:
 
 This project is licensed under the MIT License.
 
-© 2024 skyizwhite
+© 2024 Akira Tempaku
 
 © 2018 Bo Yao
diff --git a/hsx.asd b/hsx.asd
index c5ab13d..7ceed97 100644
--- a/hsx.asd
+++ b/hsx.asd
@@ -1,8 +1,8 @@
 (defsystem "hsx"
   :version "0.4.0"
   :description "Simple and powerful HTML generation library."
-  :author "skyizwhite, Bo Yao"
-  :maintainer "skyizwhite <paku@skyizwhite.dev>"
+  :author "Akira Tempaku, Bo Yao"
+  :maintainer "Akira Tempaku <paku@skyizwhite.dev>"
   :license "MIT"
   :long-description #.(uiop:read-file-string
                        (uiop:subpathname *load-pathname* "README.md"))