mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Fix Firefox link to repo
This commit is contained in:
parent
d92ea20acf
commit
237af0dd42
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue