diff options
| author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 09:26:00 +0100 |
|---|---|---|
| committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 09:26:00 +0100 |
| commit | 3236bb7f19c77123c5796200d2b8149edd2c7503 (patch) | |
| tree | 0b460b97bdcabd14cffb46217089e14aae932b6a | |
| parent | cec01655fc3e8623097f49a544117a80966e43c4 (diff) | |
; Prefer HTTPS to HTTP in URLsexternals/vigenere
| -rw-r--r-- | vigenere.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vigenere.el b/vigenere.el index 930743f..bd71f33 100644 --- a/vigenere.el +++ b/vigenere.el @@ -21,7 +21,7 @@ ;; 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: |
