Skip to content

Commit 6f433da

Browse files
Update sponsor info (#2007)
1 parent d40b8ee commit 6f433da

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/FUNDING.yml

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

app/exit_message.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ func (wtfApp *WtfApp) sponsorThankYouMessage() string {
9898

9999
func (wtfApp *WtfApp) supportRequestMessage() string {
100100
str := " The development and maintenance of WTF is supported by sponsorships.\n"
101-
str += fmt.Sprintf(" Sponsor the development of WTF at %s\n", aurora.Green("https://github.com/sponsors/senorprogrammer"))
101+
str += fmt.Sprintf(" Sponsor the development of WTF at %s\n", aurora.Green("https://github.com/sponsors/FelicianoTech"))
102102

103103
return str
104104
}

support/github.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ func (ghUser *GitHubUser) loadSponsorStatus(ctx context.Context) (bool, error) {
211211
isSponsor := false
212212

213213
for _, spon := range sponsorQuery.User.SponsorshipsAsSponsor.Nodes {
214-
if spon.Sponsorable.SponsorsListing.Slug == "sponsors-senorprogrammer" {
214+
if spon.Sponsorable.SponsorsListing.Slug == "sponsors-felicianotech" {
215215
isSponsor = true
216216
break
217217
}

0 commit comments

Comments
 (0)