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

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

[elpa] externals/stream 57d73aa73f: ; Prefer HTTPS to HTTP in URLs


From: Stefan Kangas
Subject: [elpa] externals/stream 57d73aa73f: ; Prefer HTTPS to HTTP in URLs
Date: Wed, 21 Dec 2022 03:24:10 -0500 (EST)

branch: externals/stream
commit 57d73aa73f5b212be03a90b18cb257775c379f3f
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; Prefer HTTPS to HTTP in URLs
---
 stream-x.el           | 2 +-
 stream.el             | 2 +-
 tests/stream-tests.el | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/stream-x.el b/stream-x.el
index b4d7dee9ef..02a5a662bc 100644
--- a/stream-x.el
+++ b/stream-x.el
@@ -21,7 +21,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
+;; along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
 
 
 ;;; Commentary:
diff --git a/stream.el b/stream.el
index eb81b14220..7084d88344 100644
--- a/stream.el
+++ b/stream.el
@@ -21,7 +21,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:
 
diff --git a/tests/stream-tests.el b/tests/stream-tests.el
index f2772f26c4..ba304f1ee4 100644
--- a/tests/stream-tests.el
+++ b/tests/stream-tests.el
@@ -19,7 +19,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
+;; along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 ;;; Code:



reply via email to

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