diff options
| author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 09:17:19 +0100 |
|---|---|---|
| committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 09:17:19 +0100 |
| commit | faf56c519049f0fbce3ab0a57e90702dd9f82da4 (patch) | |
| tree | 02a1dff6d827a1ee51fdcb8d1a2db31b2cd8fcb3 | |
| parent | f0872801dab7b5bedb1fe71252ebc59864a87e8c (diff) | |
; Prefer HTTPS to HTTP in URLsexternals/pspp-mode
| -rw-r--r-- | pspp-mode.el | 2 |
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: |
