X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml-debootstrap;h=18954a9dad277fb1a01f7d7342b34f69e873c579;hb=4f2362b014a02a67e39994c7000e608b438b9b08;hp=2d0bbfdb3c70c99afe5cd4923f2777f0ac74b2ad;hpb=b956f723a2aaecbaa588564cfd0e0f8b2855d9df;p=grml-debootstrap.git diff --git a/grml-debootstrap b/grml-debootstrap index 2d0bbfd..18954a9 100755 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -2,7 +2,7 @@ # Filename: grml-debootstrap # Purpose: wrapper around debootstrap for installing plain Debian via Grml # Authors: grml-team (grml.org), (c) Michael Prokop -# Bug-Reports: see http://grml.org/bugs/ +# Bug-Reports: see https://grml.org/bugs/ # License: This file is licensed under the GPL v2+ ################################################################################ @@ -169,7 +169,7 @@ Other options: -V, --version Show summary of options and exit. Usage examples can be found in the grml-debootstrap manpage. -Send bugreports to the grml-team: bugs (at) grml.org || http://grml.org/bugs/ +Send bugreports to the grml-team: bugs (at) grml.org || https://grml.org/bugs/ " } @@ -607,7 +607,7 @@ fi [ "$_opt_version" ] && { einfo "$PN - version $VERSION" - einfo "Send bug reports to bugs@grml.org or http://grml.org/bugs/" + einfo "Report bugs via https://github.com/grml/grml-debootstrap/ or https://grml.org/bugs/" eend 0 exit 0 }