mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 00:08:29 +01:00
gnu: Always use HTTPS for orthecreedence.github.io.
* gnu/packages/lisp-xyz.scm (sbcl-cl-async-future, sbcl-blackbird)[home-page]: Use HTTPS.
This commit is contained in:
parent
10650b89f1
commit
e031806277
1 changed files with 2 additions and 2 deletions
|
@ -9646,7 +9646,7 @@ (define-public sbcl-blackbird
|
|||
(description
|
||||
"This is a standalone promise implementation for Common Lisp. It is
|
||||
the successor to the now-deprecated cl-async-future project.")
|
||||
(home-page "http://orthecreedence.github.io/blackbird/")
|
||||
(home-page "https://orthecreedence.github.io/blackbird/")
|
||||
(license license:expat))))
|
||||
|
||||
(define-public cl-blackbird
|
||||
|
@ -9681,7 +9681,7 @@ (define-public sbcl-cl-async-future
|
|||
(description
|
||||
"This is futures implementation for Common Lisp. It plugs in nicely
|
||||
to cl-async.")
|
||||
(home-page "http://orthecreedence.github.io/cl-async/future")
|
||||
(home-page "https://orthecreedence.github.io/cl-async/future")
|
||||
(license license:expat))))
|
||||
|
||||
(define-public cl-async-future
|
||||
|
|
Loading…
Reference in a new issue