emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/rcirc-color 5c9208002d: ; Prefer HTTPS to HTTP in URLs


From: Stefan Kangas
Subject: [elpa] externals/rcirc-color 5c9208002d: ; Prefer HTTPS to HTTP in URLs
Date: Wed, 21 Dec 2022 03:18:21 -0500 (EST)

branch: externals/rcirc-color
commit 5c9208002d2e667c77e121c77fd745c798b42afe
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; Prefer HTTPS to HTTP in URLs
---
 rcirc-color.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rcirc-color.el b/rcirc-color.el
index d73e1fba6f..26ab582799 100644
--- a/rcirc-color.el
+++ b/rcirc-color.el
@@ -43,7 +43,7 @@
   "Compute the difference between two colors.
 The difference between COLOR1 and COLOR2 is computed using the
 weighted Euclidean distance formula proposed on
-<http://www.compuphase.com/cmetric.htm>.  Remember that every
+<https://www.compuphase.com/cmetric.htm>.  Remember that every
 component for the formula is in the range of 0-xFF and
 `color-values' will return a range of 0-FFFF.  Thus, divide
 everything by 256. This also helps preventing integer overflow."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]