Skip to content

Commit 1f50a09

Browse files
chore: this commit updates the contact email, github profile url, and license url in the open api documentation to reflect the new repository and contact information.
1 parent cc77bc2 commit 1f50a09

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Source/HttpsRichardy.Federation.WebApi/Extensions/OpenApiExtension.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ public static void AddOpenApiSpecification(this IServiceCollection services)
5252
document.Info.Contact = new OpenApiContact
5353
{
5454
Name = "Richard Garcia",
55-
Email = "federation.desenvolvimento@gmail.com",
56-
Url = new Uri("https://github.com/federation-io/federation.identity.provider")
55+
Email = "code.richardy@gmail.com",
56+
Url = new Uri("https://github.com/https-richardy/httpsrichardy.federation.webapi")
5757
};
5858

5959
document.Info.License = new OpenApiLicense
6060
{
6161
Name = "MIT",
62-
Url = new Uri("https://github.com/federation-io/federation.identity.provider/blob/master/LICENSE")
62+
Url = new Uri("https://github.com/https-richardy/httpsrichardy.federation.webapi/blob/master/LICENSE")
6363
};
6464

6565
return Task.CompletedTask;

0 commit comments

Comments
 (0)