From 6c441efc5a554bdb6a0139d552dbb38fecbd93ba Mon Sep 17 00:00:00 2001
From: Tobias Geerinckx-Rice <me@tobias.gr>
Date: Wed, 6 Dec 2017 01:41:41 +0100
Subject: [PATCH] gnu: acpica: Use HTTPS for home page.

* gnu/packages/admin.scm (acpica)[home-page]: Use HTTPS.
---
 gnu/packages/admin.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 7f62f305977..e97fa79ac9a 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1100,7 +1100,7 @@ (define-public acpica
                           "OPT_CFLAGS=-Wall -fno-strict-aliasing")
        #:tests? #f  ; no 'check' target.
        #:phases (modify-phases %standard-phases (delete 'configure))))
-    (home-page "http://acpica.org/")
+    (home-page "https://acpica.org/")
     (synopsis "Tools for the development and debug of ACPI tables")
     (description
      "The ACPI Component Architecture (@dfn{ACPICA}) project provides an
-- 
GitLab