Update license reference

Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
pull/5107/merge
Emmanuel Ferdman 6 days ago committed by Bogdan
parent b7e5a745a1
commit 73fddd5201

@ -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"
},

@ -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")
}
});

Loading…
Cancel
Save