diff options
Diffstat (limited to 'lisp/org/ob-groovy.el')
-rw-r--r-- | lisp/org/ob-groovy.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/ob-groovy.el b/lisp/org/ob-groovy.el index 69993c0f6a6..1e602dd0cf1 100644 --- a/lisp/org/ob-groovy.el +++ b/lisp/org/ob-groovy.el @@ -19,7 +19,7 @@ ;; 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: ;; Currently only supports the external execution. No session support yet. |