Skip to content

Commit

Permalink
CHECK-VERSIONS: Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lephilousophe committed Jun 30, 2024
1 parent d21303b commit 5b5480f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions check-versions/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,22 +52,22 @@
}

discord_rpc_check = {
'check': 'git tag',
'repository': 'https://github.com/discord/discord-rpc.git',
'prefix': 'v',
'check': 'git tag',
'repository': 'https://github.com/discord/discord-rpc.git',
'prefix': 'v',
}


libiconv_check = {
'check': 'git tag',
'repository': 'https://git.savannah.gnu.org/git/libiconv.git',
'prefix': 'v',
'check': 'git tag',
'repository': 'https://git.savannah.gnu.org/git/libiconv.git',
'prefix': 'v',
}

retrowave_check = {
'check': 'git tag',
'repository': 'https://github.com/SudoMaker/RetroWave.git',
'prefix': 'v',
'check': 'git tag',
'repository': 'https://github.com/SudoMaker/RetroWave.git',
'prefix': 'v',
}

crosstool_ng_check = {
Expand Down

0 comments on commit 5b5480f

Please sign in to comment.