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

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

[elpa] externals/xclip ec064e6ea9: ; Prefer HTTPS to HTTP in URLs


From: Stefan Kangas
Subject: [elpa] externals/xclip ec064e6ea9: ; Prefer HTTPS to HTTP in URLs
Date: Wed, 21 Dec 2022 03:29:49 -0500 (EST)

branch: externals/xclip
commit ec064e6ea9b236e56c0966b2ce03870a12a5d78d
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; Prefer HTTPS to HTTP in URLs
---
 xclip.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/xclip.el b/xclip.el
index 4fe07d3c80..ed38add19d 100644
--- a/xclip.el
+++ b/xclip.el
@@ -18,7 +18,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
+;; along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
@@ -28,8 +28,8 @@
 ;; It can use external command-line tools for that, which you may need
 ;; to install in order for the package to work.
 ;; More specifically, it can use the following tools:
-;; - Under X11: `xclip' or `xsel' (http://xclip.sourceforge.net and
-;;   http://www.vergenet.net/~conrad/software/xsel/ respectively).
+;; - Under X11: `xclip' or `xsel' (https://xclip.sourceforge.net and
+;;   https://www.vergenet.net/~conrad/software/xsel/ respectively).
 ;; - MacOS: `pbpaste/pbcopy'
 ;; - Cygwin: `getclip/putclip'
 ;; - Under Wayland: `wl-clipboard' (https://github.com/bugaevc/wl-clipboard)



reply via email to

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