couple more :3

This commit is contained in:
qvqc 2020-08-29 13:47:52 -04:00
parent c590033558
commit 9e9e4b8485
No known key found for this signature in database
GPG Key ID: 9EB04103C6BE892D
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ import os
import subprocess
import sys
gsigs = 'https://github.com/wownero/gitian.sigs.git'
gbrepo = 'https://github.com/wownero/gitian-builder.git'
gsigs = 'https://git.wownero.com/qvqc/gitian.sigs.git'
gbrepo = 'https://git.wownero.com/qvqc/gitian-builder.git'
platforms = {'l': ['Linux', 'linux', 'tar.bz2'],
'a': ['Android', 'android', 'tar.bz2'],