Skip to content
Snippets Groups Projects
Unverified Commit 6c441efc authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: acpica: Use HTTPS for home page.

* gnu/packages/admin.scm (acpica)[home-page]: Use HTTPS.
parent e6f6d765
No related branches found
No related tags found
No related merge requests found
...@@ -1100,7 +1100,7 @@ (define-public acpica ...@@ -1100,7 +1100,7 @@ (define-public acpica
"OPT_CFLAGS=-Wall -fno-strict-aliasing") "OPT_CFLAGS=-Wall -fno-strict-aliasing")
#:tests? #f ; no 'check' target. #:tests? #f ; no 'check' target.
#:phases (modify-phases %standard-phases (delete 'configure)))) #: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") (synopsis "Tools for the development and debug of ACPI tables")
(description (description
"The ACPI Component Architecture (@dfn{ACPICA}) project provides an "The ACPI Component Architecture (@dfn{ACPICA}) project provides an
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment