From dc2865b1c60cf587e7a4149af7aeba6193957558 Mon Sep 17 00:00:00 2001 From: Antonin Delpeuch Date: Wed, 16 Apr 2025 09:53:53 +0200 Subject: [PATCH] mergiraf: Correct license (#6573) * Fix mergiraf's license Thanks for packaging Mergiraf! I noticed that the license is wrong (see https://codeberg.org/mergiraf/mergiraf/src/branch/main/LICENSE.txt), so here is a PR to fix that. * Update bucket/mergiraf.json Co-authored-by: HUMORCE --------- Co-authored-by: HUMORCE --- bucket/mergiraf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/mergiraf.json b/bucket/mergiraf.json index f8d6f47c3c..ea4b67aee8 100644 --- a/bucket/mergiraf.json +++ b/bucket/mergiraf.json @@ -2,7 +2,7 @@ "version": "0.6.0", "description": "A syntax-aware git merge driver", "homepage": "https://mergiraf.org", - "license": "MIT", + "license": "GPL-3.0-only", "architecture": { "64bit": { "url": "https://codeberg.org/mergiraf/mergiraf/releases/download/v0.6.0/mergiraf_x86_64-pc-windows-gnu.zip",