summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-12-21 08:55:53 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-12-21 08:55:53 +0100
commit4e192f6e03bc96f996923b307248b7d5b1d398fa (patch)
tree6a4a4979bf92a2b8537fa64c7030c999b26737b0
parente4d8889b1147066cbd5d72d9e49e36c0f5c7e552 (diff)
; Prefer HTTPS to HTTP in URLsexternals/f90-interface-browser
-rw-r--r--f90-interface-browser.el4
-rw-r--r--f90-tests.el2
2 files changed, 3 insertions, 3 deletions
diff --git a/f90-interface-browser.el b/f90-interface-browser.el
index dcc2efb..d7aed0c 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 5f221a6..54508c0 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: