diff options
Diffstat (limited to 'lisp/org/ob-groovy.el')
-rw-r--r-- | lisp/org/ob-groovy.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/org/ob-groovy.el b/lisp/org/ob-groovy.el index fa847dd0a2b..b3ff34aac3e 100644 --- a/lisp/org/ob-groovy.el +++ b/lisp/org/ob-groovy.el @@ -3,6 +3,7 @@ ;; Copyright (C) 2013-2021 Free Software Foundation, Inc. ;; Author: Miro Bezjak +;; Maintainer: Palak Mathur ;; Keywords: literate programming, reproducible research ;; Homepage: https://orgmode.org @@ -25,7 +26,7 @@ ;; Currently only supports the external execution. No session support yet. ;;; Requirements: -;; - Groovy language :: http://groovy.codehaus.org +;; - Groovy language :: https://groovy-lang.org ;; - Groovy major mode :: Can be installed from MELPA or ;; https://github.com/russel/Emacs-Groovy-Mode |