diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | src/scripts/xbackup | 2 | ||||
-rw-r--r-- | src/xbackup/script.py | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -22,7 +22,7 @@ Please select the right subsection for your system. ### Arch Linux -Visit my [packaging repository ](https://gitea.xengineering.eu/xengineering/pkgbuilds/src/branch/master/xbackup) +Visit my [packaging repository ](https://cgit.xengineering.eu/pkgbuilds/tree/xbackup) to get the build files. You can then install the software like an AUR package following the [recommendations](https://wiki.archlinux.org/title/Arch_User_Repository#Installing_and_upgrading_packages) in the Arch Linux wiki. diff --git a/src/scripts/xbackup b/src/scripts/xbackup index 69246ea..569202e 100644 --- a/src/scripts/xbackup +++ b/src/scripts/xbackup @@ -4,7 +4,7 @@ """Main Executable of xbackup -Have a look at https://gitea.xengineering.eu/xengineering/xbackup for details. +Have a look at https://cgit.xengineering.eu/xbackup for details. """ diff --git a/src/xbackup/script.py b/src/xbackup/script.py index ae55c53..9d80603 100644 --- a/src/xbackup/script.py +++ b/src/xbackup/script.py @@ -40,7 +40,7 @@ def parse_arguments(): description= \ "xbackup CLI Script to make a File-based full System Backup", epilog= \ - "Project page: https://gitea.xengineering.eu/xengineering/xbackup", + "Project page: https://cgit.xengineering.eu/xbackup", ) # main command argument (positional) |