From 2224f13c894047231c5c67f8b2284d257fe8b78b Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Thu, 10 Aug 2023 16:49:57 -0400 Subject: [PATCH] chore(about): link to full license file (#1082) --- src/app/build.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/build.json b/src/app/build.json index a4c194960..4fd585527 100644 --- a/src/app/build.json +++ b/src/app/build.json @@ -11,6 +11,6 @@ "fileIssueUrl": "https://github.com/cryostatio/cryostat/issues/new?labels=user+report,bug&body=Affects+__REPLACE_VERSION__", "mailingListName": "Google Groups", "mailingListUrl": "https://groups.google.com/g/cryostat-development", - "licenseUrl": "https://github.com/cryostatio/cryostat/blob/main/LICENSE", + "licenseUrl": "https://github.com/cryostatio/cryostat/blob/main/LICENSE.txt", "version": "2.4.0-dev" }