diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/scripts/xbackup | 2 | ||||
-rw-r--r-- | src/xbackup/script.py | 2 |
2 files changed, 2 insertions, 2 deletions
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) |