diff options
| author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 09:03:33 +0100 |
|---|---|---|
| committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 09:03:33 +0100 |
| commit | 1bd355ecda036f23468d82b803146d3258a84977 (patch) | |
| tree | c2d78384a8280200b5fb4767ddb7abc460af40c7 | |
| parent | 62ce4c369f4c9eae0b6aed18f4039b6a8f43de80 (diff) | |
; Prefer HTTPS to HTTP in URLsexternals/jgraph-mode
| -rw-r--r-- | jgraph-mode.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jgraph-mode.el b/jgraph-mode.el index ebaffb3..8882633 100644 --- a/jgraph-mode.el +++ b/jgraph-mode.el @@ -20,12 +20,12 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: ;; Simple editing mode for the Jgraph graph plotting tool. -;; You can find more info at http://web.eecs.utk.edu/~plank/plank/jgraph/jgraph.html +;; You can find more info at https://web.eecs.utk.edu/~plank/plank/jgraph/jgraph.html ;;; Code: |
