diff options
| author | Michael Forney <mforney@mforney.org> | 2019-12-16 17:58:31 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-12-16 17:58:31 -0800 |
| commit | 6ba1d3afa988c2fac1b3d7493ff6fd36f645861c (patch) | |
| tree | 8581f36e5cf0ffc31994487692312db846210164 /scripts | |
| parent | f1860d2413ef5968f21541ac503e7bebd7654f6b (diff) | |
scripts/outdated.py: Fix some package names
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/outdated.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/outdated.py b/scripts/outdated.py index ceb02100..dd8e863a 100644 --- a/scripts/outdated.py +++ b/scripts/outdated.py @@ -10,8 +10,7 @@ names = { 'bc': 'bc-gh', 'hostap': 'wpa-supplicant', 'lpeg': 'lua:lpeg', - 'lua': 'lua52', - 'python': 'python3', + 'sshfs': 'fusefs:sshfs', 'st': 'st-term', 'terminus-font': 'fonts:terminus', 'the_silver_searcher': 'the-silver-searcher', |
