diff options
Diffstat (limited to 'functions/version.sh')
-rwxr-xr-x | functions/version.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/version.sh b/functions/version.sh index 62c88584c..9c1fcbf18 100755 --- a/functions/version.sh +++ b/functions/version.sh @@ -31,7 +31,7 @@ Version () Echo "On Debian systems, the complete text of the GNU General Public License" Echo "can be found in /usr/share/common-licenses/GPL-3 file." echo - Echo "Homepage: <http://debian-live.alioth.debian.org/>" + Echo "Homepage: <http://live.debian.net/>" exit 0 } |