From c72d9dbee0602ccdb77ee0165848be489c1989c3 Mon Sep 17 00:00:00 2001 From: SamNet-dev Date: Tue, 24 Feb 2026 05:46:39 -0600 Subject: [PATCH] chore: update cosmetic SamNet-dev URLs from GitHub to Gitea --- paqctl.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/paqctl.sh b/paqctl.sh index 29c6763..b232473 100644 --- a/paqctl.sh +++ b/paqctl.sh @@ -12,7 +12,7 @@ # ║ * Auto-start on boot via systemd/OpenRC/SysVinit ║ # ║ * Easy management via CLI or interactive menu ║ # ║ ║ -# ║ Paqet: https://github.com/SamNet-dev/paqctl ║ +# ║ Paqet: https://git.samnet.dev/SamNet-dev/paqctl ║ # ╚═══════════════════════════════════════════════════════════════════╝ # # Usage: @@ -2223,7 +2223,7 @@ create_management_script() { #!/bin/bash # # paqctl - Paqet Manager -# https://github.com/SamNet-dev/paqctl +# https://git.samnet.dev/SamNet-dev/paqctl # VERSION="1.0.0" @@ -6515,7 +6515,7 @@ show_help() { echo " version Show version info" echo " help Show this help" echo "" - echo -e "${BOLD}Paqet:${NC} https://github.com/SamNet-dev/paqctl" + echo -e "${BOLD}Paqet:${NC} https://git.samnet.dev/SamNet-dev/paqctl" echo "" } @@ -6537,7 +6537,7 @@ show_version() { fi fi echo "" - echo -e " ${DIM}paqctl by SamNet-dev: https://github.com/SamNet-dev/paqctl${NC}" + echo -e " ${DIM}paqctl by SamNet-dev: https://git.samnet.dev/SamNet-dev/paqctl${NC}" echo "" } @@ -6712,7 +6712,7 @@ show_info_menu() { echo " destination on the open internet." echo "" echo -e " ${DIM}Technical stack: Go, gopacket, libpcap, KCP, smux, AES${NC}" - echo -e " ${DIM}Project: https://github.com/SamNet-dev/paqctl${NC}" + echo -e " ${DIM}Project: https://git.samnet.dev/SamNet-dev/paqctl${NC}" echo "" read -n 1 -s -r -p " Press any key..." < /dev/tty || true redraw=true @@ -6865,7 +6865,7 @@ show_info_menu() { echo -e " ${CYAN}── Paqet ──${NC}" echo "" echo -e " ${BOLD}Creator:${NC} hanselime" - echo -e " ${BOLD}Repository:${NC} https://github.com/SamNet-dev/paqctl" + echo -e " ${BOLD}Repository:${NC} https://git.samnet.dev/SamNet-dev/paqctl" echo -e " ${BOLD}License:${NC} AGPL-3.0 - Copyright (C) 2026 SamNet Technologies, LLC" echo -e " ${BOLD}Language:${NC} Go" echo -e " ${BOLD}Contact:${NC} Signal @hanselime.11" @@ -6886,7 +6886,7 @@ show_info_menu() { echo -e " ${CYAN}── paqctl Management Tool ──${NC}" echo "" echo -e " ${BOLD}Built by:${NC} SamNet-dev" - echo -e " ${BOLD}Repository:${NC} https://github.com/SamNet-dev/paqctl" + echo -e " ${BOLD}Repository:${NC} https://git.samnet.dev/SamNet-dev/paqctl" echo -e " ${BOLD}License:${NC} AGPL-3.0 - Copyright (C) 2026 SamNet Technologies, LLC" echo "" echo " paqctl provides one-click installation, configuration,"