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

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

[elpa] externals/lmc 5fc9eaaa0f: ; Prefer HTTPS to HTTP in URLs


From: Stefan Kangas
Subject: [elpa] externals/lmc 5fc9eaaa0f: ; Prefer HTTPS to HTTP in URLs
Date: Wed, 21 Dec 2022 03:04:59 -0500 (EST)

branch: externals/lmc
commit 5fc9eaaa0f3c75d53ea91b851e62f84092f83710
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

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

diff --git a/lmc.el b/lmc.el
index 42029f67a9..3f4edea53e 100644
--- a/lmc.el
+++ b/lmc.el
@@ -17,12 +17,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:
 
 ;; A simulator for the Little Man Computer.
-;; http://en.wikipedia.org/wiki/Little_man_computer
+;; https://en.wikipedia.org/wiki/Little_man_computer
 
 ;; The simulator uses a plain editable buffer, so you can edit the machine
 ;; words just like any other text, and every word can be given a name (label)



reply via email to

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