mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-22 07:42:28 +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",
|
"description": "Lidarr API docs",
|
||||||
"license": {
|
"license": {
|
||||||
"name": "GPL-3.0",
|
"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"
|
"version": "1.0.0"
|
||||||
},
|
},
|
||||||
|
|
|
@ -106,7 +106,7 @@ public void ConfigureServices(IServiceCollection services)
|
||||||
License = new OpenApiLicense
|
License = new OpenApiLicense
|
||||||
{
|
{
|
||||||
Name = "GPL-3.0",
|
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