From 8bf665d7d3862c876fbfcad8eb5e90ab5b574020 Mon Sep 17 00:00:00 2001 From: Evgeniy Alekseev Date: Tue, 4 Apr 2023 21:00:23 +0300 Subject: [PATCH] fix license url --- src/ahriman/web/apispec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ahriman/web/apispec.py b/src/ahriman/web/apispec.py index a3132b3b..a7117064 100644 --- a/src/ahriman/web/apispec.py +++ b/src/ahriman/web/apispec.py @@ -56,7 +56,7 @@ def _info() -> Dict[str, Any]: """, "license": { "name": "GPL3", - "url": "https://raw.githubusercontent.com/arcan1s/ahriman/master/LICENSE", + "url": "https://raw.githubusercontent.com/arcan1s/ahriman/master/COPYING", }, "version": version.__version__, }