mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-21 23:32:27 +00:00
Update license reference
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
This commit is contained in:
parent
b7e5a745a1
commit
73fddd5201
2 changed files with 2 additions and 2 deletions
|
@ -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 @@ public void ConfigureServices(IServiceCollection services)
|
|||
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…
Reference in a new issue