From 73fddd5201c6bf7e8663a950800debc91040c2f3 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Sun, 22 Sep 2024 17:15:08 +0300 Subject: [PATCH] Update license reference Signed-off-by: Emmanuel Ferdman --- src/Lidarr.Api.V1/openapi.json | 2 +- src/NzbDrone.Host/Startup.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Lidarr.Api.V1/openapi.json b/src/Lidarr.Api.V1/openapi.json index 047dac7b6..3ee3b6367 100644 --- a/src/Lidarr.Api.V1/openapi.json +++ b/src/Lidarr.Api.V1/openapi.json @@ -5,7 +5,7 @@ "description": "Lidarr API docs", "license": { "name": "GPL-3.0", - "url": "https://github.com/Lidarr/Lidarr/blob/develop/LICENSE" + "url": "https://github.com/Lidarr/Lidarr/blob/develop/LICENSE.md" }, "version": "1.0.0" }, diff --git a/src/NzbDrone.Host/Startup.cs b/src/NzbDrone.Host/Startup.cs index 35e5d7861..75f393726 100644 --- a/src/NzbDrone.Host/Startup.cs +++ b/src/NzbDrone.Host/Startup.cs @@ -106,7 +106,7 @@ namespace NzbDrone.Host License = new OpenApiLicense { Name = "GPL-3.0", - Url = new Uri("https://github.com/Lidarr/Lidarr/blob/develop/LICENSE") + Url = new Uri("https://github.com/Lidarr/Lidarr/blob/develop/LICENSE.md") } });