forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
www-client/qutebrowser: backport trivial dictcli.py fix
Not super important, but still be a while before a 3.0.0, and unsure when/if 2.5.3 is happening. Signed-off-by: Ionen Wolkens <[email protected]>
- Loading branch information
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
www-client/qutebrowser/files/qutebrowser-2.5.2-dictcli.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
https://github.com/qutebrowser/qutebrowser/commit/f277876ce0817f7d05ca94b05beb644482027f85 | ||
From: Florian Bruhin <[email protected]> | ||
Date: Sat, 19 Nov 2022 16:00:15 +0100 | ||
Subject: [PATCH] dictcli: Switch from master to main | ||
|
||
Fixes #7481 | ||
--- a/scripts/dictcli.py | ||
+++ b/scripts/dictcli.py | ||
@@ -40,7 +40,7 @@ | ||
from qutebrowser.utils import standarddir | ||
|
||
|
||
-API_URL = 'https://chromium.googlesource.com/chromium/deps/hunspell_dictionaries.git/+/master/' | ||
+API_URL = 'https://chromium.googlesource.com/chromium/deps/hunspell_dictionaries.git/+/main/' | ||
|
||
|
||
class InvalidLanguageError(Exception): |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters