mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: acpica: Use HTTPS for home page.
* gnu/packages/admin.scm (acpica)[home-page]: Use HTTPS.
This commit is contained in:
parent
e6f6d765f2
commit
6c441efc5a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue