diff --git a/src/FilterLists.Api/DependencyInjection/Extensions/ConfigureServicesCollection.cs b/src/FilterLists.Api/DependencyInjection/Extensions/ConfigureServicesCollection.cs index 8a8f3a7a4..8ea88d778 100644 --- a/src/FilterLists.Api/DependencyInjection/Extensions/ConfigureServicesCollection.cs +++ b/src/FilterLists.Api/DependencyInjection/Extensions/ConfigureServicesCollection.cs @@ -27,10 +27,10 @@ private static void AddSwaggerGenCustom(this IServiceCollection services) Version = "v1", Description = "FilterLists is the independent and comprehensive directory of all public filter and hosts lists for advertisements, trackers, malware, and annoyances.", - Contact = new Contact {Url = "https://filterlists.com/contact/"}, + Contact = new Contact {Url = "https://github.com/collinbarrett/FilterLists/issues"}, License = new License { - Name = "Use under GPL-3.0", + Name = "Use under MIT License", Url = "https://github.com/collinbarrett/FilterLists/blob/master/LICENSE" } });