diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-03-30 00:48:16 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-03-30 01:30:16 +0200 |
commit | 6fd52309b8f52c9bb59fccffac53e029ce94b698 (patch) | |
tree | bf54edb6c182356547acfa82deba8c402b03738c /gnu/packages/commencement.scm | |
parent | c219997a146dc7a955d4f58d36afab2aa926f49c (diff) | |
download | guix-6fd52309b8f52c9bb59fccffac53e029ce94b698.tar guix-6fd52309b8f52c9bb59fccffac53e029ce94b698.tar.gz |
gnu: Use HTTPS for almost all gnu.org HOME-PAGEs.
All HTTP gnu.org (and supported subdomain) HOME-PAGEs changed to HTTPS.
Diffstat (limited to 'gnu/packages/commencement.scm')
-rw-r--r-- | gnu/packages/commencement.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm index 7df1d3fca9..c22f67ac1d 100644 --- a/gnu/packages/commencement.scm +++ b/gnu/packages/commencement.scm @@ -971,7 +971,7 @@ COREUTILS-FINAL vs. COREUTILS, etc." "This package provides a complete GCC tool chain for C/C++ development to be installed in user profiles. This includes GCC, as well as libc (headers and binaries, plus debugging symbols in the 'debug' output), and Binutils.") - (home-page "http://gcc.gnu.org/") + (home-page "https://gcc.gnu.org/") (outputs '("out" "debug")) ;; The main raison d'ĂȘtre of this "meta-package" is (1) to conveniently |