summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-18 21:24:39 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-02-23 17:55:05 +0100
commitaec92d0be43ccb50735a1916fc8be63520b44bd8 (patch)
tree37f6132e582023730c9c19959e4f911f75e703ce
parent8be58b487c904fb71d61fccbdf9b6ba625f6c2e2 (diff)
downloadpatches-aec92d0be43ccb50735a1916fc8be63520b44bd8.tar
patches-aec92d0be43ccb50735a1916fc8be63520b44bd8.tar.gz
gnu: ecl-trivial-features: Use HTTPS home page.
* gnu/packages/lisp-xyz.scm (ecl-trivial-features)[home-page]: Use HTTPS.
-rw-r--r--gnu/packages/lisp-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 897980ab34..7afd409e9e 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -1132,7 +1132,7 @@ utilities that make it even easier to manipulate text in Common Lisp. It has
(base32 "0ccv7dqyrk55xga78i5vzlic7mdwp28in3g1a8fqhlk6626scsq9"))))
(build-system asdf-build-system/sbcl)
(arguments '(#:tests? #f))
- (home-page "http://cliki.net/trivial-features")
+ (home-page "https://cliki.net/trivial-features")
(synopsis "Ensures consistency of @code{*FEATURES*} in Common Lisp")
(description "Trivial-features ensures that @code{*FEATURES*} is
consistent across multiple Common Lisp implementations.")