summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@gnu.org>2021-05-30 15:15:34 +0200
committerBastien Guerry <bzg@gnu.org>2021-05-30 15:15:34 +0200
commit078f4986c1769538d40b1129b55ce2a4f962a892 (patch)
treefd69fd7c694e5393d9aab83e6d3cd03b8e128389
parentbd20a4e1e40c317aa99c78379ca64d78866285e8 (diff)
Update/add a few Homepage headers
-rw-r--r--lisp/ob-arduino.el2
-rw-r--r--lisp/ob-php.el1
-rw-r--r--lisp/ob-sclang.el1
-rw-r--r--lisp/ob-smiles.el6
-rw-r--r--lisp/ob-spice.el4
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 <numbchild@gmail.com>
;; Maintainer: stardiviner <numbchild@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 <numbchild@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 <jkitchin@andrew.cmu.edu>
+;; Maintainer: stardiviner <numbchild@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 [jkitchin@andrew.cmu.edu]
-;; Maintainer: stardiviner [numbchild@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 (numbchild@gmail.com)
+;; Maintainer: stardiviner <numbchild@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
;;