From 4d7a796cfd019b5c377d15bf47e0c66b0cf310e6 Mon Sep 17 00:00:00 2001 From: Ulf Wiger Date: Wed, 20 May 2026 17:36:22 +0200 Subject: [PATCH] Fix typo and wrong license in app file --- src/gmhive_client.app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gmhive_client.app.src b/src/gmhive_client.app.src index e041ba3..ecd0d2a 100644 --- a/src/gmhive_client.app.src +++ b/src/gmhive_client.app.src @@ -21,6 +21,6 @@ {env, []}, {modules, []}, {maintainers, ["QPQ IaaS AG"]}, - {licensens, ["ISC"]}, + {licenses, ["GPL-3.0"]}, {links, [{"gitea", "https://git.qpq.swiss/gmhive_client"}]} ]}.