From fea0fab9f8e1aa8826e54cc4975c030d52677fb7 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Tue, 27 Mar 2018 07:21:49 -0500 Subject: [PATCH] tweak Swagger info --- .../Extensions/ConfigureServicesCollection.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } });