diff options
| author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 09:19:59 +0100 |
|---|---|---|
| committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 09:19:59 +0100 |
| commit | b0c162e88c56afadaa9b11a581c0b74261bc194f (patch) | |
| tree | ec9c1fe7080d3bbeef76c5ce267a19356c594296 | |
| parent | ca84c472d45ea91be89f7f6f5f8669fe61824e81 (diff) | |
; Prefer HTTPS to HTTP in URLsexternals/scroll-restore
| -rw-r--r-- | scroll-restore.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scroll-restore.el b/scroll-restore.el index fbb62fa..7928ff3 100644 --- a/scroll-restore.el +++ b/scroll-restore.el @@ -18,7 +18,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: |
