Skip to content

Commit

Permalink
scripts/gen-license.py: Fix license URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
mborgerson committed Jan 3, 2025
1 parent 4c943c1 commit 4571967
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/gen-license.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def head(self):
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'
),

Expand Down Expand Up @@ -208,7 +208,7 @@ def head(self):
),

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'
),
Expand Down

0 comments on commit 4571967

Please sign in to comment.