mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
scripts/gen-license.py: Fix license URLs
This commit is contained in:
committed by
mborgerson
parent
4c943c1956
commit
4571967472
@@ -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'
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user