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

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

[elpa] externals/eglot 35994ca8cb 27/33: ; Prefer HTTPS to HTTP addresse


From: Stefan Kangas
Subject: [elpa] externals/eglot 35994ca8cb 27/33: ; Prefer HTTPS to HTTP addresses
Date: Sat, 8 Jan 2022 12:30:50 -0500 (EST)

branch: externals/eglot
commit 35994ca8cb0d82b97cc60fcf3d322c7fe927865b
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    ; Prefer HTTPS to HTTP addresses
---
 .travis.yml |  2 +-
 LICENSE     |  8 ++++----
 README.md   | 10 +++++-----
 eglot.el    |  4 ++--
 4 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 085eebda61..24ede3005b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,7 +23,7 @@ install:
   - . ./bin/activate
   - pip install 'python-language-server[all]==0.31.10'
   # Install eclipse.jdt.ls
-  - curl -fSL 
http://download.eclipse.org/jdtls/snapshots/jdt-language-server-latest.tar.gz 
-o eclipse.tar.gz
+  - curl -fSL 
https://download.eclipse.org/jdtls/snapshots/jdt-language-server-latest.tar.gz 
-o eclipse.tar.gz
   - mkdir eclipse.jdt.ls
   - tar -C eclipse.jdt.ls -xzf eclipse.tar.gz
   - export CLASSPATH=$(pwd)/$(find eclipse.jdt.ls/ -regex 
eclipse.jdt.ls/plugins/org.eclipse.equinox.launcher_.*.jar):${CLASSPATH}
diff --git a/LICENSE b/LICENSE
index 9cecc1d466..9d742475fe 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,7 +1,7 @@
                     GNU GENERAL PUBLIC LICENSE
                        Version 3, 29 June 2007
 
- Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+ Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
@@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice 
is found.
     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/>.
 
 Also add information on how to contact you by electronic and paper mail.
 
@@ -664,11 +664,11 @@ might be different; for a GUI interface, you would use an 
"about box".
   You should also get your employer (if you work as a programmer) or school,
 if any, to sign a "copyright disclaimer" for the program, if necessary.
 For more information on this, and how to apply and follow the GNU GPL, see
-<http://www.gnu.org/licenses/>.
+<https://www.gnu.org/licenses/>.
 
   The GNU General Public License does not permit incorporating your program
 into proprietary programs.  If your program is a subroutine library, you
 may consider it more useful to permit linking proprietary applications with
 the library.  If this is what you want to do, use the GNU Lesser General
 Public License instead of this License.  But first, please read
-<http://www.gnu.org/philosophy/why-not-lgpl.html>.
+<https://www.gnu.org/philosophy/why-not-lgpl.html>.
diff --git a/README.md b/README.md
index aadbfdb0b3..085cc36a21 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 [![Build 
Status](https://travis-ci.org/joaotavora/eglot.png?branch=master)](https://travis-ci.org/joaotavora/eglot)
 [![GNU 
ELPA](https://elpa.gnu.org/packages/eglot.svg)](https://elpa.gnu.org/packages/eglot.html)
-[![MELPA](http://melpa.org/packages/eglot-badge.svg)](http://melpa.org/#/eglot)
+[![MELPA](https://melpa.org/packages/eglot-badge.svg)](https://melpa.org/#/eglot)
 
 # M-x Eglot
 
@@ -543,7 +543,7 @@ Under the hood:
 [pyls]: https://github.com/palantir/python-language-server
 [pylsp]: https://github.com/python-lsp/python-lsp-server
 [gnuelpa]: https://elpa.gnu.org/packages/eglot.html
-[melpa]: http://melpa.org/#/eglot
+[melpa]: https://melpa.org/#/eglot
 [typescript-language-server]: 
https://github.com/theia-ide/typescript-language-server
 [emacs-lsp]: https://github.com/emacs-lsp/lsp-mode
 [emacs-lsp-plugins]: https://github.com/emacs-lsp
@@ -568,11 +568,11 @@ Under the hood:
 [erlang_ls]: https://github.com/erlang-ls/erlang_ls
 [news]: https://github.com/joaotavora/eglot/blob/master/NEWS.md
 [ada_language_server]: https://github.com/AdaCore/ada_language_server
-[metals]: http://scalameta.org/metals/
+[metals]: https://scalameta.org/metals/
 [digestif]: https://github.com/astoff/digestif
-[company]: http://elpa.gnu.org/packages/company.html
+[company]: https://elpa.gnu.org/packages/company.html
 [flymake]: 
https://www.gnu.org/software/emacs/manual/html_node/flymake/index.html#Top
-[yasnippet]: http://elpa.gnu.org/packages/yasnippet.html
+[yasnippet]: https://elpa.gnu.org/packages/yasnippet.html
 [markdown]: https://github.com/defunkt/markdown-mode
 [godot]: https://godotengine.org
 [fortls]: https://github.com/hansec/fortran-language-server
diff --git a/eglot.el b/eglot.el
index 06632fde92..19091e8c3e 100644
--- a/eglot.el
+++ b/eglot.el
@@ -20,7 +20,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:
 
@@ -2182,7 +2182,7 @@ Try to visit the target file for a richer summary line."
   ;; JT@19/10/09: This is a totally dummy identifier that isn't even
   ;; passed to LSP.  The reason for this particular wording is to
   ;; construct a readable message "No references for LSP identifier at
-  ;; point.".   See http://github.com/joaotavora/eglot/issues/314
+  ;; point.".   See https://github.com/joaotavora/eglot/issues/314
   "LSP identifier at point.")
 
 (defvar eglot--lsp-xref-refs nil



reply via email to

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