branch: elpa/org-contrib commit 078f4986c1769538d40b1129b55ce2a4f962a892 Author: Bastien Guerry <b...@gnu.org> Commit: Bastien Guerry <b...@gnu.org>
Update/add a few Homepage headers --- lisp/ob-arduino.el | 2 +- lisp/ob-php.el | 1 + lisp/ob-sclang.el | 1 + lisp/ob-smiles.el | 6 +++--- lisp/ob-spice.el | 4 ++-- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/lisp/ob-arduino.el b/lisp/ob-arduino.el index 1a1b798..7c0c10e 100644 --- a/lisp/ob-arduino.el +++ b/lisp/ob-arduino.el @@ -4,7 +4,7 @@ ;; Package-Requires: ((emacs "24.4") (org "24.1")) ;; Package-Version: 1.0 ;; Keywords: arduino org babel -;; homepage: https://github.com/stardiviner/arduino-mode +;; homepage: https://github.com/stardiviner/arduino-mode/blob/master/ob-arduino.el ;; ;; This file is not part of GNU Emacs. ;; diff --git a/lisp/ob-php.el b/lisp/ob-php.el index 39a389c..fcb60fe 100644 --- a/lisp/ob-php.el +++ b/lisp/ob-php.el @@ -3,6 +3,7 @@ ;; Author: stardiviner <numbch...@gmail.com> ;; Maintainer: stardiviner <numbch...@gmail.com> +;; Homepage: https://github.com/stardiviner/ob-php ;; Keywords: org babel php ;; Homepage: https://github.com/stardiviner/ob-php ;; Created: 04th May 2016 diff --git a/lisp/ob-sclang.el b/lisp/ob-sclang.el index a72b7c4..861ef37 100644 --- a/lisp/ob-sclang.el +++ b/lisp/ob-sclang.el @@ -4,6 +4,7 @@ ;; Copyright (C) 2017-2021 Free Software Foundation, Inc. ;; Authors: stardiviner <numbch...@gmail.com> +;; Homepage: https://github.com/stardiviner/ob-sclang ;; Package-Version: 0.1 ;; Keywords: babel sclang diff --git a/lisp/ob-smiles.el b/lisp/ob-smiles.el index e543746..224eb79 100644 --- a/lisp/ob-smiles.el +++ b/lisp/ob-smiles.el @@ -1,6 +1,9 @@ ;;; ob-smiles.el --- Org-mode Babel support for SMILES. ;;; -*- coding: utf-8 -*- +;; Author: John Kitchin <jkitc...@andrew.cmu.edu> +;; Maintainer: stardiviner <numbch...@gmail.com> +;; Homepage: https://github.com/stardiviner/ob-smiles ;; Keywords: org babel SMILES ;; Version: 0.0.1 ;; Package-Requires: ((smiles-mode "0.0.1") (org "8")) @@ -25,9 +28,6 @@ ;;; I copy code from: ;;; https://kitchingroup.cheme.cmu.edu/blog/2016/03/26/A-molecule-link-for-org-mode -;; Author: John Kitchin [jkitc...@andrew.cmu.edu] -;; Maintainer: stardiviner [numbch...@gmail.com] - ;;; Code: (require 'ob) diff --git a/lisp/ob-spice.el b/lisp/ob-spice.el index e8ea87a..3b732a5 100644 --- a/lisp/ob-spice.el +++ b/lisp/ob-spice.el @@ -2,10 +2,10 @@ ;;; -*- coding: utf-8 -*- ;; Author: Tiago Oliveira Weber -;; Maintainer: stardiviner (numbch...@gmail.com) +;; Maintainer: stardiviner <numbch...@gmail.com> +;; Homepage: https://github.com/stardiviner/ob-spice ;; Version: 0.4 ;; Package-Requires: ((spice-mode "0.0.1") (org "8")) -;; Homepage: https://tiagoweber.github.io ;; License: GPL v3, or any later version ;;