Treewide: use HTTPS on GNU Savannah domains

HTTP -> HTTPS for:
- http://savannah.gnu.org/
- http://git.savannah.gnu.org/
- http://download.savannah.gnu.org/
- http://svn.savannah.gnu.org/
This commit is contained in:
c0bw3b
2018-12-01 18:07:00 +01:00
parent 0f868d8116
commit 93e511c319
28 changed files with 31 additions and 31 deletions

View File

@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
doCheck = true;
meta = {
homepage = http://savannah.gnu.org/projects/cppi/;
homepage = https://savannah.gnu.org/projects/cppi/;
description = "A C preprocessor directive indenter";