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

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

diff --git a/LICENSE b/LICENSE
index 454f5aa..3fa96da 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
 MIT License
 
-Copyright (c) 2024 skyizwhite
+Copyright (c) 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
diff --git a/README.md b/README.md
index 0b2d284..e7d6be3 100644
--- a/README.md
+++ b/README.md
@@ -119,4 +119,4 @@ To handle 404 (Not Found) errors, create a special package named `:example/route
 
 Licensed under the MIT License.
 
-© 2024, skyizwhite.
\ No newline at end of file
+© 2024 Akira Tempaku
\ No newline at end of file
diff --git a/ningle-fbr.asd b/ningle-fbr.asd
index a567398..6d4d3ec 100644
--- a/ningle-fbr.asd
+++ b/ningle-fbr.asd
@@ -3,8 +3,8 @@
   :description "File-based router for Ningle"
   :long-description #.(uiop:read-file-string
                        (uiop:subpathname *load-pathname* "README.md"))
-  :author "skyizwhite"
-  :maintainer "skyizwhite <paku@skyizwhite.dev>"
+  :author "Akira Tempaku"
+  :maintainer "Akira Tempaku <paku@skyizwhite.dev>"
   :license "MIT"
   :class :package-inferred-system
   :pathname "src"