summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-12-21 09:17:19 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-12-21 09:17:19 +0100
commitfaf56c519049f0fbce3ab0a57e90702dd9f82da4 (patch)
tree02a1dff6d827a1ee51fdcb8d1a2db31b2cd8fcb3
parentf0872801dab7b5bedb1fe71252ebc59864a87e8c (diff)
; Prefer HTTPS to HTTP in URLsexternals/pspp-mode
-rw-r--r--pspp-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/pspp-mode.el b/pspp-mode.el
index 74ff594..139829f 100644
--- a/pspp-mode.el
+++ b/pspp-mode.el
@@ -22,7 +22,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: