From e09231c05af42a76ec5f91b67c8b931dddb3fa1e Mon Sep 17 00:00:00 2001 From: Will Sargent Date: Tue, 12 Jul 2016 09:02:28 -0700 Subject: [PATCH] Use HTTPS for github based repositories Github Pages support HTTPS natively, so it's better for security to default to that. --- docs/debian.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/debian.md b/docs/debian.md index 5854e3ad..7b4a0aea 100644 --- a/docs/debian.md +++ b/docs/debian.md @@ -3,5 +3,5 @@ To use this repository with your Debian machine, create a file `solaar.list` in `/etc/apt/sources.list.d/`, with the following contents: - deb http://pwr.github.io/Solaar/packages/ ./ - deb-src http://pwr.github.io/Solaar/packages/ ./ + deb https://pwr.github.io/Solaar/packages/ ./ + deb-src https://pwr.github.io/Solaar/packages/ ./