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

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

[elpa] externals/dts-mode 201d8e188f: ; Prefer HTTPS to HTTP in URLs


From: Stefan Kangas
Subject: [elpa] externals/dts-mode 201d8e188f: ; Prefer HTTPS to HTTP in URLs
Date: Wed, 21 Dec 2022 02:53:24 -0500 (EST)

branch: externals/dts-mode
commit 201d8e188fbe59c84e73d05097bb3eeb4495162e
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; Prefer HTTPS to HTTP in URLs
---
 README.mkd  | 2 +-
 dts-mode.el | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.mkd b/README.mkd
index 3b8599d99a..6e2ca1342e 100644
--- a/README.mkd
+++ b/README.mkd
@@ -4,7 +4,7 @@ This is a quick attempt at getting basic highlighting for 
[Device
 Tree][devicetree] syntax in emacs. While it's fairly functional, it's not
 pretty; pull requests welcome.
 
-[devicetree]: http://www.devicetree.org/
+[devicetree]: https://www.devicetree.org/
 
 ## Installation
 
diff --git a/dts-mode.el b/dts-mode.el
index aa058dcc2c..a31bea92d3 100644
--- a/dts-mode.el
+++ b/dts-mode.el
@@ -18,12 +18,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:
 
 ;; This provides basic editing support for DTS files (see
-;; http://www.devicetree.org/), with the following features:
+;; https://www.devicetree.org/), with the following features:
 ;;
 ;; - Font-lock highlighting
 ;; - SMIE-based automatic indentation



reply via email to

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