From 6fd52309b8f52c9bb59fccffac53e029ce94b698 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 30 Mar 2017 00:48:16 +0200 Subject: gnu: Use HTTPS for almost all gnu.org HOME-PAGEs. All HTTP gnu.org (and supported subdomain) HOME-PAGEs changed to HTTPS. --- gnu/packages/hurd.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/packages/hurd.scm') diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm index 2d7b7b2ac0..b5da4cb963 100644 --- a/gnu/packages/hurd.scm +++ b/gnu/packages/hurd.scm @@ -96,7 +96,7 @@ `(("flex" ,flex) ("bison" ,bison))) (arguments `(#:tests? #f)) - (home-page "http://www.gnu.org/software/hurd/microkernel/mach/mig/gnu_mig.html") + (home-page "https://www.gnu.org/software/hurd/microkernel/mach/mig/gnu_mig.html") (synopsis "Mach 3.0 interface generator for the Hurd") (description "GNU MIG is the GNU distribution of the Mach 3.0 interface generator @@ -145,7 +145,7 @@ communication.") "ac_cv_search_clnt_create=no") #:tests? #f)) - (home-page "http://www.gnu.org/software/hurd/hurd.html") + (home-page "https://www.gnu.org/software/hurd/hurd.html") (synopsis "GNU Hurd headers") (description "This package provides C headers of the GNU Hurd, used to build the GNU C @@ -179,7 +179,7 @@ Library and other user programs.") (lambda _ (zero? (system* "make" "-Clibihash" "libihash.a"))) %standard-phases))))) - (home-page "http://www.gnu.org/software/hurd/hurd.html") + (home-page "https://www.gnu.org/software/hurd/hurd.html") (synopsis "GNU Hurd libraries") (description "This package provides libihash, needed to build the GNU C -- cgit v1.2.3