Use HTTPS for github based repositories

Github Pages support HTTPS natively, so it's better for security to default to that.
This commit is contained in:
Will Sargent 2016-07-12 09:02:28 -07:00 committed by GitHub
parent 8a5700b44e
commit e09231c05a
1 changed files with 2 additions and 2 deletions

View File

@ -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/ ./