From b00700ce4d9bea53d5bce6aadd9593a3c6adbea2 Mon Sep 17 00:00:00 2001 From: NRK Date: Tue, 11 Oct 2022 22:00:42 +0600 Subject: [PATCH] fix nsxiv upstream link main repo is hosted on codeberg, github is only a mirror. --- plugins/imgview | 2 +- plugins/preview-tabbed | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/imgview b/plugins/imgview index 58077a98..9f2d9790 100755 --- a/plugins/imgview +++ b/plugins/imgview @@ -6,7 +6,7 @@ # Dependencies: # - imv (https://github.com/eXeC64/imv) or, # - sxiv (https://github.com/muennich/sxiv) or, -# - nsxiv (https://github.com/nsxiv/nsxiv) or, +# - nsxiv (https://codeberg.org/nsxiv/nsxiv) or, # - ucollage (https://github.com/ckardaris/ucollage) or, # - lsix (https://github.com/hackerb9/lsix), or # - viu (https://github.com/atanunq/viu), or diff --git a/plugins/preview-tabbed b/plugins/preview-tabbed index 49c0bc97..d1354bc9 100755 --- a/plugins/preview-tabbed +++ b/plugins/preview-tabbed @@ -7,7 +7,7 @@ # - xterm (or urxvt or st) : xembed client for text-based preview # - mpv (https://mpv.io): xembed client for video/audio # - sxiv (https://github.com/muennich/sxiv) or, -# - nsxiv (https://github.com/nsxiv/nsxiv) : xembed client for images +# - nsxiv (https://codeberg.org/nsxiv/nsxiv) : xembed client for images # - zathura (https://pwmt.org/projects/zathura): xembed client for PDF # - nnn's nuke plugin for text preview and fallback # nuke is a fallback for 'mpv', 'sxiv'/'nsxiv', and 'zathura', but has its