mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-06 02:42:33 +01:00
Fix Firefox link to repo
This commit is contained in:
parent
d92ea20acf
commit
237af0dd42
@ -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'] = []
|
||||
|
Loading…
Reference in New Issue
Block a user