]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/org/ob-julia.el: Fix Author header for authors.el.
authorStefan Kangas <stefan@marxist.se>
Wed, 1 Dec 2021 15:21:34 +0000 (16:21 +0100)
committerStefan Kangas <stefan@marxist.se>
Wed, 1 Dec 2021 16:03:52 +0000 (17:03 +0100)
lisp/org/ob-julia.el

index 4fae0d142b21950604bcfe581bcf047e57058a57..3176baf3702d4287753678e2f577be1182aa0f7d 100644 (file)
@@ -1,7 +1,7 @@
 ;;; ob-julia.el --- org-babel functions for julia code evaluation  -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 2013-2021 Free Software Foundation, Inc.
-;; Authors: G. Jay Kerns, based on ob-R.el by Eric Schulte and Dan Davison
+;; Authors: G. Jay Kerns
 ;; Maintainer: Pedro Bruel <pedro.bruel@gmail.com>
 ;; Keywords: literate programming, reproducible research, scientific computing
 ;; Homepage: https://github.com/phrb/ob-julia
@@ -24,6 +24,8 @@
 ;;; Commentary:
 
 ;; Org-Babel support for evaluating julia code
+;;
+;; Based on ob-R.el by Eric Schulte and Dan Davison.
 
 ;;; Code:
 (require 'cl-lib)