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-02 15:33:09 +01:00
parent 0f868d8116
commit 93e511c319
28 changed files with 31 additions and 31 deletions
+1 -1
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";