Skip to content

Commit 2bb3f8a

Browse files
committed
cleanup
Signed-off-by: Emi <[email protected]>
1 parent 1771c79 commit 2bb3f8a

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github: slimsag
1+
github: emidoots

internal/wrench/discord.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ func (b *Bot) discordOnMessageCreate(s *discordgo.Session, m *discordgo.MessageC
151151
}
152152
if handler, ok := b.discordCommandsEmbedSecure[cmd]; ok {
153153
blocked := true
154-
for _, allowed := range []string{"slimsag"} {
154+
for _, allowed := range []string{"emidoots"} {
155155
if m.Author.Username == allowed {
156156
blocked = false
157157
break

internal/wrench/scripts/test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ func transformGistURL(urlString string) (*url.URL, error) {
6161
}
6262
if u.Host == "gist.github.com" {
6363
// transform URL:
64-
// https://gist.github.com/slimsag/ac2f04a101680631ba3b2c99f8180d2d
64+
// https://gist.github.com/emidoots/ac2f04a101680631ba3b2c99f8180d2d
6565
// ->
66-
// https://gist.githubusercontent.com/slimsag/ac2f04a101680631ba3b2c99f8180d2d/raw
66+
// https://gist.githubusercontent.com/emidoots/ac2f04a101680631ba3b2c99f8180d2d/raw
6767
u.Host = "gist.githubusercontent.com"
6868
u.Path += "/raw"
6969
return u, nil

internal/zon/build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383

8484
// Dependencies used by examples only
8585
.zigimg = .{
86-
.url = "https://github.com/slimsag/zigimg/archive/19a49a7e44fb4b1c22341dfbd6566019de742055.tar.gz",
86+
.url = "https://github.com/emidoots/zigimg/archive/19a49a7e44fb4b1c22341dfbd6566019de742055.tar.gz",
8787
.hash = "1220ebfa8587cfd644995fc08e218dbb3ebd7344fb8e129ff02bc5a6d52a2325370d",
8888
.lazy = true,
8989
},

internal/zon/testdata/TestParse.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383

8484
// Dependencies used by examples only
8585
.zigimg = .{
86-
.url = "https://github.com/slimsag/zigimg/archive/19a49a7e44fb4b1c22341dfbd6566019de742055.tar.gz",
86+
.url = "https://github.com/emidoots/zigimg/archive/19a49a7e44fb4b1c22341dfbd6566019de742055.tar.gz",
8787
.hash = "1220ebfa8587cfd644995fc08e218dbb3ebd7344fb8e129ff02bc5a6d52a2325370d",
8888
.lazy = true,
8989
},

0 commit comments

Comments
 (0)