1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-11-05 18:32:30 +01:00

Fix Firefox link to repo

This commit is contained in:
Chris 2015-04-08 16:17:06 -06:00
parent d92ea20acf
commit 237af0dd42

View File

@ -73,7 +73,7 @@ chromium_manifest = pj(proj_dir, 'platform', 'chromium', 'manifest.json')
with open(chromium_manifest, encoding='utf-8') as m:
manifest = json.load(m)
manifest['homepage'] = 'https://github.com/gorhill/uBlock'
manifest['homepage'] = 'https://github.com/chrisaljoudi/uBlock'
manifest['description'] = descriptions['en']
del descriptions['en']
manifest['localized'] = []