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

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

[elpa] externals/f90-interface-browser 4e192f6e03 2/2: ; Prefer HTTPS to


From: Stefan Kangas
Subject: [elpa] externals/f90-interface-browser 4e192f6e03 2/2: ; Prefer HTTPS to HTTP in URLs
Date: Wed, 21 Dec 2022 02:56:10 -0500 (EST)

branch: externals/f90-interface-browser
commit 4e192f6e03bc96f996923b307248b7d5b1d398fa
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; Prefer HTTPS to HTTP in URLs
---
 f90-interface-browser.el | 4 ++--
 f90-tests.el             | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/f90-interface-browser.el b/f90-interface-browser.el
index dcc2efb1b5..d7aed0c76f 100644
--- a/f90-interface-browser.el
+++ b/f90-interface-browser.el
@@ -4,7 +4,7 @@
 
 ;; Author: Lawrence Mitchell <wence@gmx.li>
 ;; Created: 2011-07-06
-;; URL: http://github.com/wence-/f90-iface/
+;; URL: https://github.com/wence-/f90-iface/
 ;; Version: 1.1
 ;; Package-Requires: ((cl-lib "0.7"))
 
@@ -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:
 ;; You write (or work on) large, modern fortran code bases.  These
diff --git a/f90-tests.el b/f90-tests.el
index 5f221a6538..54508c0d19 100644
--- a/f90-tests.el
+++ b/f90-tests.el
@@ -13,7 +13,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/>.
 
 ;;; Code:
 



reply via email to

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