branch: elpa/org-contrib
commit 2e0375d20b3a411ddf32194229c7d93f69aa701c
Author: Bastien Guerry <b...@gnu.org>
Commit: Bastien Guerry <b...@gnu.org>

    lisp/ob-julia.el: Add a Homepage header
    
    The Homepage header of ob-julia.el points to the new org-mode.git
    repository because we will include ob-julia.el in Org's core.
---
 lisp/ob-julia.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/ob-julia.el b/lisp/ob-julia.el
index 91e499b..edadb9f 100644
--- a/lisp/ob-julia.el
+++ b/lisp/ob-julia.el
@@ -1,7 +1,8 @@
-;;; ob-julia.el --- org-babel functions for julia code evaluation
+;;; ob-julia.el --- Org Babel functions for Julia code evaluation
 
 ;; Copyright (C) 2013, 2014, 2021 G. Jay Kerns
 ;; Author: G. Jay Kerns, based on ob-R.el by Eric Schulte and Dan Davison
+;; Homepage: https://git.savannah.gnu.org/cgit/emacs/org-mode.git
 ;; Maintainer: Pedro Bruel <pedro.br...@gmail.com>
 
 ;; This file is not part of GNU Emacs.

Reply via email to