diff options
| author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 08:48:00 +0100 |
|---|---|---|
| committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 08:48:00 +0100 |
| commit | 27d01353b54ad9b6ad05ecae7f5d94316579c11b (patch) | |
| tree | 6ef850423a63378f230620e7353107aaca37c911 | |
| parent | 3ed3126a2909d5f9a396683d8fea6004b8eefb8f (diff) | |
; Prefer HTTPS to HTTP in URLsexternals/cl-generic
| -rw-r--r-- | cl-generic.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cl-generic.el b/cl-generic.el index a40723c..c6a7781 100644 --- a/cl-generic.el +++ b/cl-generic.el @@ -17,7 +17,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: |
