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

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

[elpa] externals/json-mode 2e8fc7e33b: ; Prefer HTTPS to HTTP in URLs


From: Stefan Kangas
Subject: [elpa] externals/json-mode 2e8fc7e33b: ; Prefer HTTPS to HTTP in URLs
Date: Wed, 21 Dec 2022 03:04:12 -0500 (EST)

branch: externals/json-mode
commit 2e8fc7e33b3b7e2418de32baad46d59c5e343bd2
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; Prefer HTTPS to HTTP in URLs
---
 json-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/json-mode.el b/json-mode.el
index 8cf750a3e7..a7a78a058c 100644
--- a/json-mode.el
+++ b/json-mode.el
@@ -19,12 +19,12 @@
 ;; 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:
 
 ;; Major mode for editing JavaScript Object Notation (JSON) data files.
-;; Read more about JSON at http://json.org/.
+;; Read more about JSON at https://www.json.org/.
 
 ;; It provides support for indentation and syntax highlighting.
 



reply via email to

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