diff --git a/LICENSE b/LICENSE index 70e29d6..fe44daa 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ The MIT License (MIT) Copyright (c) 2014 Serge Zaitsev -Copyright (c) 2023 Izuru Yakumo +Copyright (c) 2023-2026 Shin'ya Minazuki 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/aya.1 b/aya.1 index 5ec1b14..d47152e 100644 --- a/aya.1 +++ b/aya.1 @@ -76,8 +76,8 @@ see .Sh AUTHORS .Nm is maintained by -.An Izuru Yakumo -.Aq Mt eternal-servant@yakumo.dev +.An Shin'ya Minazuki +.Aq Mt shinyoukai@laidback.moe .Pp .Nm zs was made by diff --git a/cmd/aya/main.go b/cmd/aya/main.go index 71a7107..dd2e532 100644 --- a/cmd/aya/main.go +++ b/cmd/aya/main.go @@ -6,7 +6,7 @@ import ( "os" "strings" - "mahou-no-mori.yakumo.dev/aya" + "code.laidback.moe/aya" ) // Define global constants here diff --git a/doc.go b/doc.go index de6c6bc..bb1195d 100644 --- a/doc.go +++ b/doc.go @@ -9,7 +9,7 @@ // This one (re)incorporates the features removed in the former from the latter // Copyright (c) 2014 Serge Zaitsev -// Copyright (c) 2023 Izuru Yakumo +// Copyright (c) 2023-2026 Shin'ya Minazuki // Ayaya~ package aya diff --git a/go.mod b/go.mod index 6a04f02..195af93 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module mahou-no-mori.yakumo.dev/aya +module code.laidback.moe/aya go 1.17