Skip to content

Commit 5f934b1

Browse files
authored
管理者の引き継ぎ (#49)
1 parent c4f308f commit 5f934b1

File tree

6 files changed

+2049
-1686
lines changed

6 files changed

+2049
-1686
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 mikan_54951
3+
Copyright (c) 2024 mshr0969
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ pnpm dev
3131
- オープンされた [Pull requests](https://github.com/magic-spreadsheets/magic-spreadsheets/pulls) をレビューする。
3232
- Twitter で、[#魔法のスプレッドシート](https://twitter.com/search?q=%23%E9%AD%94%E6%B3%95%E3%81%AE%E3%82%B9%E3%83%97%E3%83%AC%E3%83%83%E3%83%89%E3%82%B7%E3%83%BC%E3%83%88) を友だちに共有する。
3333

34-
ご質問やご意見があれば [@mikan_54951](https://twitter.com/mikan_54951) までご連絡ください。
34+
ご質問やご意見があれば [@mshr0969](https://twitter.com/mshr0969) までご連絡ください。

community-info.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ import type { ContactDetails } from './src/types';
22

33
// お問い合わせ先
44
export const contactDetails: ContactDetails = {
5-
text: '@mikan_54951',
6-
href: 'https://twitter.com/mikan_54951',
5+
text: '@mshr0969',
6+
href: 'https://twitter.com/msr0969',
77
};

maintainers.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
import type { Maintainers } from './src/types';
22

33
export const maintainers: Maintainers = {
4+
2025: [
5+
{
6+
text: '@mshr0969',
7+
href: 'https://twitter.com/mshr0969',
8+
}
9+
],
410
2024: [
511
{
612
text: '@mikan_54951',

0 commit comments

Comments
 (0)