Skip to content

Commit 638e83d

Browse files
committed
chore: rename github username from mfyuu to lemtoc
- update GitHub URLs in README and homebrew taps - update git author identity and no-reply email - update copyright holder, flake description, and benchmark CC mention
1 parent 1214090 commit 638e83d

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
comment-always: true
4545
fail-on-alert: true
4646
summary-always: true
47-
alert-comment-cc-users: "@mfyuu"
47+
alert-comment-cc-users: "@lemtoc"

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) 2026 mfyuu
3+
Copyright (c) 2026 lemtoc
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
@@ -20,7 +20,7 @@ macOS dotfiles managed with Nix flakes, nix-darwin, and home-manager.
2020
3. Clone this repository:
2121

2222
```bash
23-
git clone https://github.com/mfyuu/dotfiles.git ~/.dotfiles
23+
git clone https://github.com/lemtoc/dotfiles.git ~/.dotfiles
2424
```
2525

2626
4. Apply the nix-darwin configuration [^2] [^3]:

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
description = "mfyuu's dotfiles";
2+
description = "lemtoc's dotfiles";
33
inputs = {
44
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
55
nix-darwin = {

home/git.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
settings = {
1414
user = {
15-
name = "mfyuu";
16-
email = "83203852+mfyuu@users.noreply.github.com";
15+
name = "lemtoc";
16+
email = "83203852+lemtoc@users.noreply.github.com";
1717
};
1818
init.defaultBranch = "main";
1919
pull.ff = "only";

hosts/common/homebrew.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dimentium/autoraise"
1212
"k1low/tap"
1313
"kayac/tap"
14-
"mfyuu/tap"
14+
"lemtoc/tap"
1515
"anomalyco/tap"
1616
"manaflow-ai/cmux"
1717
];
@@ -20,7 +20,7 @@
2020
"k1low/tap/git-wt"
2121
"k1low/tap/mo"
2222
"kayac/tap/ecspresso"
23-
"mfyuu/tap/muu"
23+
"lemtoc/tap/muu"
2424
"anomalyco/tap/opencode"
2525
];
2626
casks = [

0 commit comments

Comments
 (0)