diff options
| author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 08:48:09 +0100 |
|---|---|---|
| committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 08:48:09 +0100 |
| commit | 4681dbbb970e0424fde6ebbbb1811eb70d30973b (patch) | |
| tree | 44c9249d33950c6cc9e9cc0d966a8f8d7050a9ff | |
| parent | 80dc6223f2e25db1f4b38d5c48365553abd793fc (diff) | |
; Prefer HTTPS to HTTP in URLsexternals/cl-lib
| -rw-r--r-- | cl-lib.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
