diff options
| author | Michael Forney <mforney@mforney.org> | 2020-11-04 15:33:02 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-11-04 15:33:23 -0800 |
| commit | add900e7b06008cd0d2cc475ce8a2f06a11c30f3 (patch) | |
| tree | a5afae27fc7270ea5fe3db576cabc8864ec98d91 | |
| parent | a93d937a2bca8d09d107707ac2d8f5700974dc70 (diff) | |
Update scripts/outdated.py for wpa_supplicant directory rename
| -rw-r--r-- | scripts/outdated.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/outdated.py b/scripts/outdated.py index dd8e863a..3b883baa 100644 --- a/scripts/outdated.py +++ b/scripts/outdated.py @@ -8,13 +8,13 @@ import urllib.request names = { 'awk': 'nawk', 'bc': 'bc-gh', - 'hostap': 'wpa-supplicant', 'lpeg': 'lua:lpeg', 'sshfs': 'fusefs:sshfs', 'st': 'st-term', 'terminus-font': 'fonts:terminus', 'the_silver_searcher': 'the-silver-searcher', 'tz': 'tzdata', + 'wpa_supplicant': 'wpa-supplicant', } skip = set([ 'adobe-source-fonts', |
