diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-06 01:41:41 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-06 15:02:23 +0100 |
commit | 6c441efc5a554bdb6a0139d552dbb38fecbd93ba (patch) | |
tree | 53792d786f8c9d415c891341f98ddd827784ec11 | |
parent | e6f6d765f23d669149bb762bdff5f6302849f565 (diff) | |
download | patches-6c441efc5a554bdb6a0139d552dbb38fecbd93ba.tar patches-6c441efc5a554bdb6a0139d552dbb38fecbd93ba.tar.gz |
gnu: acpica: Use HTTPS for home page.
* gnu/packages/admin.scm (acpica)[home-page]: Use HTTPS.
-rw-r--r-- | gnu/packages/admin.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 7f62f30597..e97fa79ac9 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -1100,7 +1100,7 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).") "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 |