diff options
author | Paul Menzel <pmenzel@molgen.mpg.de> | 2020-05-28 16:52:24 +0200 |
---|---|---|
committer | Jes Sorensen <jsorensen@fb.com> | 2020-06-12 16:48:43 +0200 |
commit | 8e41153c91cdce696618c527906648625217470c (patch) | |
tree | 069433f54ef536942704fe4148a73d59bc44d3ec /udev-md-raid-safe-timeouts.rules | |
parent | Detect too-small device: error rather than underflow/crash (diff) | |
download | mdadm-8e41153c91cdce696618c527906648625217470c.tar.xz mdadm-8e41153c91cdce696618c527906648625217470c.zip |
Use more secure HTTPS URLs
All URLs in the source are available over HTTPS, so convert all URLs to
HTTPS with the command below.
git grep -l 'http://' | xargs sed -i 's,http://,https://,g'
Revert the changes to announcement files `ANNOUNCE-*` as requested by
the maintainer.
Cc: linux-raid@vger.kernel.org
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
Signed-off-by: Jes Sorensen <jsorensen@fb.com>
Diffstat (limited to 'udev-md-raid-safe-timeouts.rules')
-rw-r--r-- | udev-md-raid-safe-timeouts.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udev-md-raid-safe-timeouts.rules b/udev-md-raid-safe-timeouts.rules index 13c23d84..12bdcaa8 100644 --- a/udev-md-raid-safe-timeouts.rules +++ b/udev-md-raid-safe-timeouts.rules @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU General Public License # along with mdraid-safe-timeouts. If not, see -# <http://www.gnu.org/licenses/>. +# <https://www.gnu.org/licenses/>. # This file causes block devices with Linux RAID (mdadm) signatures to # attempt to set safe timeouts for the drives involved |