From 4571967472b3185d2f91e79e710fb04325620532 Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Thu, 2 Jan 2025 18:17:52 -0700 Subject: [PATCH] scripts/gen-license.py: Fix license URLs --- scripts/gen-license.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/gen-license.py b/scripts/gen-license.py index 6361182d74..656ad90431 100755 --- a/scripts/gen-license.py +++ b/scripts/gen-license.py @@ -175,7 +175,7 @@ class Submodule: LIBS = [ Lib('qemu', 'https://www.qemu.org/', - gplv2, 'https://raw.githubusercontent.com/mborgerson/xemu/master/LICENSE', + gplv2, 'https://raw.githubusercontent.com/xemu-project/xemu/master/LICENSE', version='6.0.0' ), @@ -208,7 +208,7 @@ Lib('cpp-httplib', 'https://github.com/yhirose/cpp-httplib', ), Lib('noc', 'https://github.com/guillaumechereau/noc/blob/master/noc_file_dialog.h', - mit, 'https://raw.githubusercontent.com/mborgerson/xemu/master/ui/noc_file_dialog.h', license_lines=(1,22), + mit, 'https://raw.githubusercontent.com/xemu-project/xemu/master/ui/noc_file_dialog.h', license_lines=(1,22), ships_static=all_platforms, version='78b2e7b22506429dd1755ffff197c7da11507fd9' ),