diff options
| author | Mariano Montone <marianomontone@gmail.com> | 2024-03-22 11:31:38 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-22 11:31:38 -0300 |
| commit | da1e5a9df92bdbbaef439e34466760f6a5d707fb (patch) | |
| tree | fc665b50c9aaa04cea10f0778bb748ca99c76d5c | |
| parent | bbb8d2dfe84fbf857fcc1579de5a1324b09a877e (diff) | |
Fix website urlexternals/tree-inspector
| -rw-r--r-- | tree-inspector.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tree-inspector.el b/tree-inspector.el index c9ebd35..943fa36 100644 --- a/tree-inspector.el +++ b/tree-inspector.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2022 - 2023 Free Software Foundation, Inc. ;; Author: Mariano Montone <marianomontone@gmail.com> -;; URL: https://github.com/mmontone/emacs-inspector +;; URL: https://github.com/mmontone/emacs-tree-inspector ;; Keywords: debugging, tool, lisp, development ;; Version: 0.4 ;; Package-Requires: ((emacs "27.1") (treeview "1.1.0")) |
