diff options
| author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 09:24:57 +0100 |
|---|---|---|
| committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 09:24:57 +0100 |
| commit | 2c2d493d5488f3b444d2a771ab443589fcc72c13 (patch) | |
| tree | f7b7671448f262d95587277b4f2c465f8f3d5be2 | |
| parent | c95133accde18fd7daca67d53a667e4ad1f78586 (diff) | |
; Prefer HTTPS to HTTP in URLsexternals/transcribe
| -rw-r--r-- | transcribe.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/transcribe.el b/transcribe.el index e8b269a..4708e72 100644 --- a/transcribe.el +++ b/transcribe.el @@ -16,7 +16,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: |
