From 5587052841e1ff5f38bb676fbeeffff9ce7595a4 Mon Sep 17 00:00:00 2001 From: NRK Date: Thu, 9 Sep 2021 13:12:58 +0600 Subject: [PATCH] move over to codeberg --- README.md | 2 +- sxbm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40b50af..bb0d2cf 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Bookmarks are categorized via tags as opposed to the inferior folder structure f Cone the repo. ``` -git clone https://github.com/N-R-K/sxbm.git +git clone https://codeberg.org/NRK/sxbm.git ``` Then just copy/move the script into your $PATH. diff --git a/sxbm b/sxbm index fb7db70..ee8c8a0 100755 --- a/sxbm +++ b/sxbm @@ -62,7 +62,7 @@ version() { cat << EOF $APPNAME $VERSION GPLv3 license -https://github.com/n-r-k/sxbm +https://codeberg.org/NRK/sxbm EOF }