Replace http with https where possible
authorMichael Prokop <mika@grml.org>
Thu, 24 Jan 2019 08:15:34 +0000 (09:15 +0100)
committerMichael Prokop <mika@grml.org>
Thu, 24 Jan 2019 08:15:34 +0000 (09:15 +0100)
README.md
chroot-script
config
debian/copyright
grml-debootstrap
packer/README.md
tests/run_tests.sh
zsh-completion

index 8c48496..b8e9359 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ grml-debootstrap
 [![Build Status](https://travis-ci.org/grml/grml-debootstrap.svg?branch=master)](https://travis-ci.org/grml/grml-debootstrap)
 
 This tool is a wrapper suite around debootstrap and cdebootstrap
-to ease installation of a pure [Debian](http://debian.org/) system.
+to ease installation of a pure [Debian](https://debian.org/) system.
 
 Configuration can be done on the command line, in a dialog frontend
 or in /etc/debootstrap/config. You will get a pure Debian system
index 90d3f23..80b45ab 100755 (executable)
@@ -2,7 +2,7 @@
 # Filename:      /etc/debootstrap/chroot-script
 # Purpose:       script executed in chroot when installing Debian via grml-debootstrap
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
-# Bug-Reports:   see http://grml.org/bugs/
+# Bug-Reports:   see https://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
 ################################################################################
 # GRML_CHROOT_SCRIPT_MARKER - do not remove this line unless you want to keep
diff --git a/config b/config
index 719265c..6477acf 100644 (file)
--- a/config
+++ b/config
@@ -1,7 +1,7 @@
 # Filename:      /etc/debootstrap/config
 # Purpose:       configuration file for grml-debootstrap
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
-# Bug-Reports:   see http://grml.org/bugs/
+# Bug-Reports:   see https://grml.org/bugs/
 # License:       This file is licensed under the GPL v2 or any later version.
 ################################################################################
 
index 6191475..723046d 100644 (file)
@@ -1,10 +1,10 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: grml-debootstrap
 Upstream-Contact: Michael Prokop <mika@grml.org>
-Source: http://git.grml.org/?p=grml-debootstrap.git;a=summary
+Source: https://git.grml.org/?p=grml-debootstrap.git;a=summary
 
 Files: *
-Copyright: 2006-2016, Michael Prokop <mika@grml.org>
+Copyright: 2006-2019, Michael Prokop <mika@grml.org>
            2014, 2015, Sebastian Pipping <sebastian@pipping.org>
            2014, Patrick Schleizer <adrelanos@riseup.net>
            2013, 2014, Markus Rekkenbeil <mre@mobi4friends.de>
index 2d0bbfd..9b04baa 100755 (executable)
@@ -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 <mika@grml.org>
-# 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/
 "
 }
 
index 119a97f..281f915 100644 (file)
@@ -12,8 +12,8 @@ This directory provides configurations and scripts to
 Required software
 -----------------
 
-* [Packer](http://packer.io/) binary in $PATH
-* [Vagrant](http://vagrantup.com/)
+* [Packer](https://packer.io/) binary in $PATH
+* [Vagrant](https://vagrantup.com/)
 * [Virtualbox](https://www.virtualbox.org/)
 
 Usage instructions
index 87a77f6..570291c 100755 (executable)
@@ -2,7 +2,7 @@
 # Filename:      run_tests
 # Purpose:       run unit tests for grml-autoconfig
 # Authors:       grml-team (grml.org), (c) Ulrich Dangel <mru@grml.org>
-# Bug-Reports:   see http://grml.org/bugs/
+# Bug-Reports:   see https://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
 ################################################################################
 
index 25008d1..dd81b2d 100644 (file)
@@ -3,7 +3,7 @@
 # Filename:      /etc/zsh/completion.d/_grml-debootstrap
 # Purpose:       zsh completion for grml-debootstrap
 # Authors:       grml-team (grml.org), (c) Frank Terbeck <ft@grml.org>, (c) Michael Prokop <mika@grml.org>
-# Bug-Reports:   see http://grml.org/bugs/
+# Bug-Reports:   see https://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
 ################################################################################