Skip to content

Commit

Permalink
update username
Browse files Browse the repository at this point in the history
  • Loading branch information
ezhevita committed May 21, 2022
1 parent 9ace1ed commit 661b09f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": [
"config:base",
":assignee(Vital7)",
":assignee(ezhevita)",
":automergeBranch",
":automergeDigest",
":automergeMinor",
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<ApplicationIcon/>
<Authors>Vital7</Authors>
<Authors>ezhevita</Authors>
<Company>$(Authors)</Company>
<Copyright>Copyright © $(Company) 2020-$([System.DateTime]::UtcNow.Year)</Copyright>
<PackageIcon/>
Expand Down
2 changes: 1 addition & 1 deletion GameRemover/GameRemoverPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ namespace GameRemover;
public class GameRemoverPlugin : IBotCommand2 {
public Task OnLoaded()
{
ASF.ArchiLogger.LogGenericInfo($"{Name} by Vital7 | Support & source code: https://github.com/Vital7/{Name}");
ASF.ArchiLogger.LogGenericInfo($"{Name} by ezhevita | Support & source code: https://github.com/ezhevita/{Name}");

return Task.CompletedTask;
}
Expand Down

0 comments on commit 661b09f

Please sign in to comment.