gnu: Always use HTTPS for orthecreedence.github.io.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sat, 18 Jan 2020 19:02:57 +0000 (20:02 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Tue, 18 Feb 2020 14:49:11 +0000 (15:49 +0100)
* gnu/packages/lisp-xyz.scm (sbcl-cl-async-future, sbcl-blackbird)[home-page]: Use HTTPS.

gnu/packages/lisp-xyz.scm

index 7496dc5..c86d463 100644 (file)
@@ -9646,7 +9646,7 @@ Common Lisp.  It uses the libuv library as backend.")
       (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 @@ the successor to the now-deprecated cl-async-future project.")
       (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